rust/src/test/ui/no-warn-on-field-replace-issue-34101.stderr

12 lines
244 B
Plaintext
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: compilation successful
--> $DIR/no-warn-on-field-replace-issue-34101.rs:53:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | inline();
LL | | outline();
LL | | }
| |_^
error: aborting due to previous error