rust/tests/ui/unpretty/bad-literal.stdout
2026-02-12 17:43:58 +00:00

11 lines
231 B
Text

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>;
}