diff options
| author | Michael Goulet <michael@errs.io> | 2024-05-24 14:09:40 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-07-02 15:48:48 -0400 |
| commit | 0f7f3f4045a3b34678584a4148ff452f8a072904 (patch) | |
| tree | db223025493056bb77a544ffb6e92123b03d177f /tests/ui/codegen/overflow-during-mono.rs | |
| parent | 9dc129ae829f8f322421dc9fb2c64d58e11eb08a (diff) | |
| download | rust-0f7f3f4045a3b34678584a4148ff452f8a072904.tar.gz rust-0f7f3f4045a3b34678584a4148ff452f8a072904.zip | |
Re-implement a type-size based limit
Diffstat (limited to 'tests/ui/codegen/overflow-during-mono.rs')
| -rw-r--r-- | tests/ui/codegen/overflow-during-mono.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/codegen/overflow-during-mono.rs b/tests/ui/codegen/overflow-during-mono.rs index 919f1a8120e..278298f27ff 100644 --- a/tests/ui/codegen/overflow-during-mono.rs +++ b/tests/ui/codegen/overflow-during-mono.rs @@ -1,5 +1,4 @@ //@ build-fail -//~^ ERROR overflow evaluating the requirement #![recursion_limit = "32"] |
