We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE
1 parent 83acddc commit a02db86Copy full SHA for a02db86
compiler/rustc_lint_defs/src/builtin.rs
@@ -4320,7 +4320,12 @@ declare_lint! {
4320
/// [`()`]: https://doc.rust-lang.org/core/primitive.unit.html
4321
pub NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE,
4322
Warn,
4323
- "never type fallback affecting unsafe function calls"
+ "never type fallback affecting unsafe function calls",
4324
+ @future_incompatible = FutureIncompatibleInfo {
4325
+ reason: FutureIncompatibilityReason::FutureReleaseSemanticsChange,
4326
+ reference: "issue #123748 <https://github.com/rust-lang/rust/issues/123748>",
4327
+ };
4328
+ report_in_external_macro
4329
}
4330
4331
declare_lint! {
0 commit comments