rust/tests/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.

8 lines
115 B
Rust
Raw Normal View History

// See issue #100696.
//@ run-fail
//@ check-run-results
//@ exec-env:RUST_BACKTRACE=0
fn main() {
&""[1..];
}