summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0412.stderr
blob: 6ee2125af04e8c690c2901f10505878213e26e3e (plain)
1
2
3
4
5
6
7
8
error[E0412]: cannot find type `Something` in this scope
  --> $DIR/E0412.rs:11:6
   |
11 | impl Something {} //~ ERROR E0412
   |      ^^^^^^^^^ not found in this scope

error: aborting due to previous error