add missing ! char to feature gate hint
This commit is contained in:
parent
80b45ddbd3
commit
7fb3aa5eea
@ -1645,7 +1645,7 @@ fn try_overloaded_call(fcx: &FnCtxt,
|
||||
span_err!(fcx.tcx().sess, call_expression.span, E0056,
|
||||
"overloaded calls are experimental");
|
||||
span_note!(fcx.tcx().sess, call_expression.span,
|
||||
"add `#[feature(overloaded_calls)]` to \
|
||||
"add `#![feature(overloaded_calls)]` to \
|
||||
the crate attributes to enable");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user