11 lines
233 B
Plaintext
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
|
|
|