diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-30 15:01:57 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-30 15:01:57 +0200 |
| commit | f3fc94f2399e8244bb78af8e0e5f462b884083ac (patch) | |
| tree | eece9ec6947138017e3563084df181f0005b0a5f /scripts/test_rustc_tests.sh | |
| parent | f449c0d1756ad2b72240c1961d7d18fc11faba9b (diff) | |
| download | rust-f3fc94f2399e8244bb78af8e0e5f462b884083ac.tar.gz rust-f3fc94f2399e8244bb78af8e0e5f462b884083ac.zip | |
Fix #[track_caller] with MIR inlining
Diffstat (limited to 'scripts/test_rustc_tests.sh')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 5afab7c5de5..9bdb9f22c54 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -105,8 +105,6 @@ rm src/test/ui/type-alias-impl-trait/assoc-projection-ice.rs # produces ICE rm src/test/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered doesn't accept an accumulator for integer vectors -rm src/test/ui/rfc-2091-track-caller/intrinsic-wrapper.rs # wrong result from `Location::caller()` - # bugs in the test suite # ====================== rm src/test/ui/backtrace.rs # TODO warning |
