Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
unpretty
/
bad-literal.stdout
blob: c5272711d6e931700ff80723bf84795b1c415ca7 [
file
] [
log
] [
blame
]
#[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
()
{
<
bad
-
literal
>;
}