about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/const_panic-normalize-tabs-115498.rs
blob: 45298df024349f66be35bd64756b02890dfc48e4 (plain)
1
2
3
4
5
#![crate_type = "lib"]

struct Bug([u8; panic!{"\t"}]);
//~^ ERROR evaluation panicked
//~| NOTE: in this expansion of panic!