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.
1 parent 80b45dd commit 7fb3aa5Copy full SHA for 7fb3aa5
src/librustc/middle/typeck/check/mod.rs
@@ -1645,7 +1645,7 @@ fn try_overloaded_call(fcx: &FnCtxt,
1645
span_err!(fcx.tcx().sess, call_expression.span, E0056,
1646
"overloaded calls are experimental");
1647
span_note!(fcx.tcx().sess, call_expression.span,
1648
- "add `#[feature(overloaded_calls)]` to \
+ "add `#![feature(overloaded_calls)]` to \
1649
the crate attributes to enable");
1650
}
1651
0 commit comments