diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-25 23:01:06 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-08-27 11:55:49 +0200 |
| commit | abe2148aeef3a1ee4622ae8df43370aa749c7b4e (patch) | |
| tree | 9cb6b60774af1263f69faf31bd2d736e7dd49c3d /tests/ui/layout/debug.rs | |
| parent | b60f7b51a27dfd9cbc5ecaa56ee679cd1b67f4c4 (diff) | |
| download | rust-abe2148aeef3a1ee4622ae8df43370aa749c7b4e.tar.gz rust-abe2148aeef3a1ee4622ae8df43370aa749c7b4e.zip | |
add rustc_abi debugging attribute
Diffstat (limited to 'tests/ui/layout/debug.rs')
| -rw-r--r-- | tests/ui/layout/debug.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/layout/debug.rs b/tests/ui/layout/debug.rs index 46171880a6f..b74a8d3b917 100644 --- a/tests/ui/layout/debug.rs +++ b/tests/ui/layout/debug.rs @@ -1,4 +1,4 @@ -// normalize-stderr-test "pref: Align\([1-8] bytes\)" -> "pref: $$PREF_ALIGN" +// normalize-stderr-test "pref: Align\([1-8] bytes\)" -> "pref: $$SOME_ALIGN" #![feature(never_type, rustc_attrs, type_alias_impl_trait, repr_simd)] #![crate_type = "lib"] |
