diff options
| author | Ralf Jung <post@ralfj.de> | 2024-07-02 15:28:16 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-07-02 16:31:40 +0200 |
| commit | 6c803ffefb8eba9c65afc9a122d94383f71ebfa2 (patch) | |
| tree | 08fdd0140d8cd794b2138b6a6fc513891e1ad980 /tests/ui/sized/stack-overflow-trait-infer-98842.rs | |
| parent | 7d97c59438e933e86f557ed999da3b8dfc6855a7 (diff) | |
| download | rust-6c803ffefb8eba9c65afc9a122d94383f71ebfa2.tar.gz rust-6c803ffefb8eba9c65afc9a122d94383f71ebfa2.zip | |
remove unnecessary ignore-endian-big from stack-overflow-trait-infer test
Diffstat (limited to 'tests/ui/sized/stack-overflow-trait-infer-98842.rs')
| -rw-r--r-- | tests/ui/sized/stack-overflow-trait-infer-98842.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/sized/stack-overflow-trait-infer-98842.rs b/tests/ui/sized/stack-overflow-trait-infer-98842.rs index be4807b2e4a..8a958870b0e 100644 --- a/tests/ui/sized/stack-overflow-trait-infer-98842.rs +++ b/tests/ui/sized/stack-overflow-trait-infer-98842.rs @@ -3,8 +3,7 @@ //@ check-fail //@ edition:2021 //@ stderr-per-bitwidth -//@ ignore-endian-big -//~^^^^^^ ERROR cycle detected when computing layout of `Foo` +//~^^^^^ ERROR cycle detected when computing layout of `Foo` // If the inner `Foo` is named through an associated type, // the "infinite size" error does not occur. |
