summaryrefslogtreecommitdiffstats
path: root/src/test/ui/suggestions/many-type-ascription.stderr
blob: 3706bbae9df9fbd3e38b18efc3908be43b372fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0658]: type ascription is experimental
  --> $DIR/many-type-ascription.rs:2:13
   |
LL |     let _ = 0: i32;
   |             ^^^^^^
   |
   = note: see issue #23416 <https://github.com/rust-lang/rust/issues/23416> for more information
   = help: add `#![feature(type_ascription)]` to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.