]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unpretty/bad-literal.stdout
Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup
[rust.git] / src / test / ui / unpretty / bad-literal.stdout
1 #[prelude_import]
2 use ::std::prelude::rust_2015::*;
3 #[macro_use]
4 extern crate std;
5 // compile-flags: -Zunpretty=hir
6 // check-fail
7
8 // In #100948 this caused an ICE with -Zunpretty=hir.
9 fn main() {
10         <bad-literal>;
11     }