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