]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/issue-100164.stderr
Rollup merge of #106922 - ChayimFriedman2:patch-5, r=workingjubilee
[rust.git] / tests / ui / typeck / issue-100164.stderr
1 error: missing type for `const` item
2   --> $DIR/issue-100164.rs:3:10
3    |
4 LL | const _A: = 123;
5    |          ^ help: provide a type for the constant: `i32`
6
7 error: missing type for `const` item
8   --> $DIR/issue-100164.rs:7:14
9    |
10 LL |     const _B: = 123;
11    |              ^ help: provide a type for the constant: `i32`
12
13 error: aborting due to 2 previous errors
14