about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-05-15 17:12:45 +0200
committerGitHub <noreply@github.com>2023-05-15 17:12:45 +0200
commite52fbff5e8c2de7ba085ef84d7d50500b695d521 (patch)
tree1fce2d840917cbf8651f15cf95059387ad538023 /library/std/src/sys/unix/stack_overflow.rs
parentc93c2985d88dc7fc2c4444096f81e522aa3ea876 (diff)
parenta9570a34cde550cecf052d92f077bce1165cb3aa (diff)
downloadrust-e52fbff5e8c2de7ba085ef84d7d50500b695d521.tar.gz
rust-e52fbff5e8c2de7ba085ef84d7d50500b695d521.zip
Rollup merge of #111525 - scottmcm:slice-position-tweak, r=Mark-Simulacrum
Stop checking for the absence of something that doesn't exist

A couple of codegen tests are doing
```
// CHECK-NOT: slice_index_len_fail
```

However, that function no longer exists: [the only places](https://github.com/search?q=repo%3Arust-lang%2Frust+slice_index_len_fail&type=code) it occurs in the repo are in those tests.

So this PR updates the tests to check for the absense of the functions that are actually used today to panic for out-of-bounds indexing.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions