Skip to content

Commit

Permalink
add missing ! char to feature gate hint
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Aug 26, 2014
1 parent 80b45dd commit 7fb3aa5
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 @@ -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");
}

Expand Down

5 comments on commit 7fb3aa5

@bors
Copy link
Contributor

@bors bors commented on 7fb3aa5 Aug 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at cburgdorf@7fb3aa5

@bors
Copy link
Contributor

@bors bors commented on 7fb3aa5 Aug 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cburgdorf/rust/patch_overloaded_calls_hint = 7fb3aa5 into auto

@bors
Copy link
Contributor

@bors bors commented on 7fb3aa5 Aug 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cburgdorf/rust/patch_overloaded_calls_hint = 7fb3aa5 merged ok, testing candidate = e3549ee

@bors
Copy link
Contributor

@bors bors commented on 7fb3aa5 Aug 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = e3549ee

Please sign in to comment.