Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

lint-rust-version

The tracking issue for this feature is: #157574.


This feature allows you to specify a minimum Rust version for the crate, which will affect lint emission. If following a lint suggestion would raise the MSRV above the provided value, it should not be emitted.