]> git.lizzy.rs Git - rust.git/blob - src/test/ui/warn-path-statement.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / warn-path-statement.stderr
1 error: path statement with no effect
2   --> $DIR/warn-path-statement.rs:15:5
3    |
4 LL |     x; //~ ERROR path statement with no effect
5    |     ^^
6    |
7    = note: requested on the command line with `-D path-statements`
8
9 error: aborting due to previous error
10