about summary refs log tree commit diff
path: root/tests/ui/unpretty/bad-literal.stdout
blob: 1f697aff27c9bd995fa6d81faff2bb3b1878f75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#[attr = MacroUse {arguments: UseAll}]
extern crate std;
#[prelude_import]
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>;
}