Files
rust/tests/ui/error-codes/E0658.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
51 B
Rust
Raw Normal View History

2025-03-09 19:03:12 +00:00
use std::intrinsics; //~ ERROR E0658
2018-03-17 21:08:32 -05:00
fn main() {}