We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5621077 commit 7ece88aCopy full SHA for 7ece88a
compiler/rustc_lint_defs/src/builtin.rs
@@ -4035,7 +4035,8 @@ declare_lint! {
4035
/// ### Example
4036
///
4037
/// ```rust
4038
- /// #![feature(test_unstable_lint)]
+ /// // This lint is intentionally used to test the compiler's behavior
4039
+ /// // when an unstable lint is enabled without the corresponding feature gate.
4040
/// #![allow(test_unstable_lint)]
4041
/// ```
4042
0 commit comments