We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956e5c1 commit 83acddcCopy full SHA for 83acddc
compiler/rustc_lint_defs/src/builtin.rs
@@ -4263,8 +4263,7 @@ declare_lint! {
4263
///
4264
/// // where absurd is a function with the following signature
4265
/// // (it's sound, because `!` always marks unreachable code):
4266
- /// fn absurd<T>(_: !) -> T { ... }
4267
- // FIXME: use `core::convert::absurd` here instead, once it's merged
+ /// fn absurd<T>(never: !) -> T { ... }
4268
/// ```
4269
4270
/// While it's convenient to be able to use non-diverging code in one of the branches (like
0 commit comments