Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.stdout
blob: 06116a4ab5534258f3d3aee9c550d00764c194e2 [
file
] [
edit
]
#[prelude_import]
use
::
std
::
prelude
::
rust_2015
::*;
#[macro_use]
extern
crate std
;
//@ compile-flags: -Zunpretty=hir
//@ check-fail
//@ edition: 2015
// In #100948 this caused an ICE with -Zunpretty=hir.
fn main
()
{
<
bad
-
literal
>;
}