blob: deaad6abbccf647c98b08ae81cf400b05109a1fa (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: evaluation panicked: assertion failed: false
--> $DIR/assert.rs:5:23
|
LL | const _: () = assert!(false);
| ^^^^^ evaluation of `_` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.
|