Rollup merge of #28908 - GuillaumeGomez:patch-2, r=Manishearth

r? @Manishearth
This commit is contained in:
Steve Klabnik 2015-10-08 13:54:05 -04:00
commit 17819aa8f3

View file

@ -1308,8 +1308,8 @@ extern "rust-intrinsic" {
"##, "##,
E0101: r##" E0101: r##"
You hit this error because the compiler the compiler lacks information You hit this error because the compiler lacks the information to
to determine a type for this expression. Erroneous code example: determine a type for this expression. Erroneous code example:
``` ```
fn main() { fn main() {