2017-02-07 14:05:30 -06:00
|
|
|
error: adding items after statements is confusing, since items exist from the start of the scope
|
2017-08-01 10:54:21 -05:00
|
|
|
--> $DIR/item_after_statement.rs:12:5
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
2017-02-08 07:58:07 -06:00
|
|
|
12 | fn foo() { println!("foo"); }
|
2017-02-07 14:05:30 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2017-05-17 07:19:44 -05:00
|
|
|
= note: `-D items-after-statements` implied by `-D warnings`
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
|
error: adding items after statements is confusing, since items exist from the start of the scope
|
2017-08-01 10:54:21 -05:00
|
|
|
--> $DIR/item_after_statement.rs:17:5
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
2017-02-08 07:58:07 -06:00
|
|
|
17 | fn foo() { println!("foo"); }
|
2017-02-07 14:05:30 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2018-01-16 10:06:27 -06:00
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|