summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0502.nll.stderr
blob: 67a08661040cf075ad978522a5d0b83a3b955b33 (plain)
1
2
3
4
5
6
7
8
9
error: compilation successful
  --> $DIR/E0502.rs:17:1
   |
LL | / fn main() { #![rustc_error] // rust-lang/rust#49855
LL | | }
   | |_^

error: aborting due to previous error