rust/src/test/ui/intrinsics/const-eval-select-backtrace-std.rs

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

7 lines
83 B
Rust
Raw Normal View History

// See issue #100696.
// run-fail
// check-run-results
fn main() {
&""[1..];
}