Skip to content

Commit

Permalink
Rollup merge of rust-lang#128173 - compiler-errors:misused-intrinsics…
Browse files Browse the repository at this point in the history
…, r=oli-obk

Remove crashes for misuses of intrinsics

All of these do not crash if the feature gate is removed. An ICE due *opting into* the intrinsics feature gate is not a bug that needs to be fixed, but instead a misuse of an internal-only API.

See rust-lang/compiler-team#620

The last two issues are already closed anyways, but:
Fixes rust-lang#97501
Fixes rust-lang#111699
Fixes rust-lang#101962
  • Loading branch information
matthiaskrgr committed Jul 25, 2024
2 parents 4cf4196 + 34819b7 commit c98d704
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
11 changes: 0 additions & 11 deletions tests/crashes/101962.rs

This file was deleted.

14 changes: 0 additions & 14 deletions tests/crashes/111699.rs

This file was deleted.

22 changes: 0 additions & 22 deletions tests/crashes/97501.rs

This file was deleted.

0 comments on commit c98d704

Please sign in to comment.