Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/doc/unstable-book/src/compiler-flags/lint-rust-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `lint-rust-version`

The tracking issue for this feature is: [#157574](https://github.com/rust-lang/rust/issues/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.
Loading