summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/issue-100164.stderr
blob: 06a132d6514293c6e74b775f30bdac996105bda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: missing type for `const` item
  --> $DIR/issue-100164.rs:3:10
   |
LL | const _A: = 123;
   |          ^ help: provide a type for the constant: `i32`

error: missing type for `const` item
  --> $DIR/issue-100164.rs:7:14
   |
LL |     const _B: = 123;
   |              ^ help: provide a type for the constant: `i32`

error: aborting due to 2 previous errors