about summary refs log tree commit diff
path: root/src/test/ui/warn-path-statement.rs
blob: e8525f8b892d6be86216cb2da9006adaaaf010a5 (plain)
1
2
3
4
5
6
// compile-flags: -D path-statements
fn main() {

    let x = 10;
    x; //~ ERROR path statement with no effect
}