about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-18 16:13:54 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-18 16:13:54 +0000
commit1ab05b6cbe265ab239262a119817a2b77698c640 (patch)
tree06d22d79ed69deee2b0a3badb9500aa8d0c565cc /scripts
parentc4567c18411bbe6d5a4510ba6ade4da06abc71ac (diff)
downloadrust-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-xscripts/test_rustc_tests.sh2
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
 # ======================