Skip to content

Commit 20c2094

Browse files
committed
replace todo with FIXME
1 parent d95cc41 commit 20c2094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ declare_lint! {
25562556
}
25572557

25582558
declare_lint! {
2559-
//TODO: Add explanation.
2559+
//FIXME: Add explanation.
25602560
pub FALL_BACK_TO_NEVER_TYPE,
25612561
Deny,
25622562
"Unresolved variable might fall back to never_type `!`"

0 commit comments

Comments
 (0)