Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
// https://github.com/rust-lang/rust/issues/43754
const fn foo(x: usize) -> usize {
return x;
}
fn main() {
[0; foo(2)];