Files
third_party_rust_rust/tests/codegen/issues
Scott McMurray 0842e85d28 Stop checking for the absense 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.
2023-05-12 21:59:26 -07:00
..
2023-03-20 10:25:29 +00:00
2023-04-03 10:23:08 +02:00
2023-04-28 23:08:54 +02:00
2023-04-11 11:22:15 +02:00
2023-04-28 23:08:54 +02:00