We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dee8423 + 7fb3aa5 commit e3549eeCopy full SHA for e3549ee
src/librustc/middle/typeck/check/mod.rs
@@ -2028,7 +2028,7 @@ fn try_overloaded_call(fcx: &FnCtxt,
2028
span_err!(fcx.tcx().sess, call_expression.span, E0056,
2029
"overloaded calls are experimental");
2030
span_note!(fcx.tcx().sess, call_expression.span,
2031
- "add `#[feature(overloaded_calls)]` to \
+ "add `#![feature(overloaded_calls)]` to \
2032
the crate attributes to enable");
2033
}
2034
0 commit comments