diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-18 16:13:54 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-18 16:13:54 +0000 |
| commit | 1ab05b6cbe265ab239262a119817a2b77698c640 (patch) | |
| tree | 06d22d79ed69deee2b0a3badb9500aa8d0c565cc /scripts | |
| parent | c4567c18411bbe6d5a4510ba6ade4da06abc71ac (diff) | |
| download | rust-1ab05b6cbe265ab239262a119817a2b77698c640.tar.gz rust-1ab05b6cbe265ab239262a119817a2b77698c640.zip | |
fix dynamic size/align computation logic for packed types with dyn trait tail
cc rust-lang/rust#118538
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 1db4e974067..c79ee4399e2 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -140,7 +140,7 @@ rm -r tests/run-make/extern-fn-explicit-align # argument alignment not yet suppo rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug with Coroutine's -rm -r tests/ui/packed # rust-lang/rust#118537 +rm tests/ui/packed/issue-118537-field-offset-ice.rs # rust-lang/rust#118540 # bugs in the test suite # ====================== |
