Skip to content

Commit

Permalink
auto merge of #16770 : cburgdorf/rust/patch_overloaded_calls_hint, r=…
Browse files Browse the repository at this point in the history
…alexcrichton
  • Loading branch information
bors committed Aug 29, 2014
2 parents dee8423 + 7fb3aa5 commit e3549ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/typeck/check/mod.rs
Expand Up @@ -2028,7 +2028,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");
}

Expand Down

0 comments on commit e3549ee

Please sign in to comment.