diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-02-19 17:41:08 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-02-19 17:41:08 +0000 |
| commit | ef6df7e814329e05e369c6e9ed2833571be2e75a (patch) | |
| tree | 591b5aa5f8933ff60005388e0513c6853630ff11 /scripts | |
| parent | 9e6dfba38392febcd2be1322a4f90455c1187067 (diff) | |
| download | rust-ef6df7e814329e05e369c6e9ed2833571be2e75a.tar.gz rust-ef6df7e814329e05e369c6e9ed2833571be2e75a.zip | |
Handle wrappers around dyn* in receiver types
Fixes #1324
Diffstat (limited to 'scripts')
| -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 c44b34d96bd..8d922f22065 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -113,8 +113,6 @@ rm tests/ui/simd/intrinsic/generic-reduction-pass.rs # simd_reduce_add_unordered rm tests/ui/simd/intrinsic/generic-as.rs # crash when accessing vector type filed (#1318) rm tests/ui/simd/simd-bitmask.rs # crash -rm tests/ui/dyn-star/dispatch-on-pin-mut.rs - # bugs in the test suite # ====================== rm tests/ui/backtrace.rs # TODO warning |
