about summary refs log tree commit diff
path: root/tests/ui/codegen/overflow-during-mono.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-05-24 14:09:40 -0400
committerMichael Goulet <michael@errs.io>2024-07-02 15:48:48 -0400
commit0f7f3f4045a3b34678584a4148ff452f8a072904 (patch)
treedb223025493056bb77a544ffb6e92123b03d177f /tests/ui/codegen/overflow-during-mono.rs
parent9dc129ae829f8f322421dc9fb2c64d58e11eb08a (diff)
downloadrust-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.rs1
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"]