summary refs log tree commit diff
path: root/src/test/ui/reachable/expr_unary.stderr
blob: 11172652d84450bde5cfa592d09b015c78f99ad1 (plain)
1
2
3
4
5
6
7
8
error: cannot apply unary operator `!` to type `!`
  --> $DIR/expr_unary.rs:18:16
   |
18 |     let x: ! = ! { return; 22 };
   |                ^^^^^^^^^^^^^^^^

error: aborting due to previous error