rust/src/test/ui/feature-gate/issue-43106-gating-of-deprecated.stderr
John Kåre Alsaker b1d872b38e Update tests
2018-03-16 11:52:46 +01:00

11 lines
233 B
Plaintext

error: compilation successful
--> $DIR/issue-43106-gating-of-deprecated.rs:29:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | println!("Hello World");
LL | | }
| |_^
error: aborting due to previous error