Rollup merge of #41889 - est31:master, r=estebank
Remove debug message It was added by me in #41293. Sorry about that! Thanks goes to @alexbool for finding it.
This commit is contained in:
commit
00f6e3918d
@ -718,7 +718,6 @@ fn fl_lit_check_expr(cx: &EarlyContext, expr: &ast::Expr) {
|
||||
cx.span_lint(ILLEGAL_FLOATING_POINT_LITERAL_PATTERN,
|
||||
l.span,
|
||||
"floating-point literals cannot be used in patterns");
|
||||
error!("span mc spanspam");
|
||||
},
|
||||
_ => (),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user