We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc910b commit 6888466Copy full SHA for 6888466
compiler/rustc_lint/src/builtin.rs
@@ -2215,7 +2215,7 @@ declare_lint! {
2215
///
2216
/// ### Example
2217
2218
- /// ```rust,compile_fail
+ /// ```rust
2219
/// #![feature(rustc_attrs)]
2220
/// ```
2221
@@ -2226,7 +2226,7 @@ declare_lint! {
2226
/// These features are an implementation detail of the compiler and standard
2227
/// library and are not supposed to be used in user code.
2228
pub INTERNAL_FEATURES,
2229
- Deny,
+ Warn,
2230
"internal features are not supposed to be used"
2231
}
2232
0 commit comments