blob: 711f3a9bdf875574339cd8b560b032469d958bbf [file] [edit]
extern crate std;
#[attr = PreludeImport]
use ::std::prelude::rust_2015::*;
//@ compile-flags: -Zunpretty=hir
//@ check-fail
//@ edition: 2015
// In #100948 this caused an ICE with -Zunpretty=hir.
fn main() {
<bad-literal>;
}