2022-08-25 09:41:48 +10:00
|
|
|
#[prelude_import]
|
|
|
|
|
use ::std::prelude::rust_2015::*;
|
|
|
|
|
#[macro_use]
|
|
|
|
|
extern crate std;
|
|
|
|
|
//@ compile-flags: -Zunpretty=hir
|
|
|
|
|
//@ check-fail
|
|
|
|
|
|
|
|
|
|
// In #100948 this caused an ICE with -Zunpretty=hir.
|
|
|
|
|
fn main() {
|
2024-05-15 20:18:22 +02:00
|
|
|
<bad-literal>;
|
|
|
|
|
}
|