Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
#![forbid(unsafe_code)]
thread_local!(static FOO: u8 = 1);
fn main() {
}