Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
LL| |// Verify that the entry point injected by the test harness doesn't cause
LL| |// weird artifacts in the coverage report (e.g. issue #10749).
LL| |
LL| |// compile-flags: --test
LL| |#[allow(dead_code)]
LL| 0|fn unused() {}
LL| 1|#[test]
LL| 1|fn my_test() {}