Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
static S : u64 = { { panic!("foo"); 0 } };
//~^ ERROR could not evaluate static initializer
fn main() {
println!("{:?}", S);
}