Skip to content

Commit

Permalink
replace todo with FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzerr committed Oct 31, 2020
1 parent d95cc41 commit 20c2094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_session/src/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2556,7 +2556,7 @@ declare_lint! {
}

declare_lint! {
//TODO: Add explanation.
//FIXME: Add explanation.
pub FALL_BACK_TO_NEVER_TYPE,
Deny,
"Unresolved variable might fall back to never_type `!`"
Expand Down

0 comments on commit 20c2094

Please sign in to comment.