summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const-eval/const_panic-normalize-tabs-115498.rs
blob: 0bf2f0e6669d789476382f01d6b4027fd03b99e4 (plain)
1
2
3
4
5
#![crate_type = "lib"]

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