summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-72839-error-overflow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-72839-error-overflow.stderr')
-rw-r--r--tests/ui/issues/issue-72839-error-overflow.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/issues/issue-72839-error-overflow.stderr b/tests/ui/issues/issue-72839-error-overflow.stderr
new file mode 100644
index 000000000..c4b6f90ca
--- /dev/null
+++ b/tests/ui/issues/issue-72839-error-overflow.stderr
@@ -0,0 +1,9 @@
+error[E0425]: cannot find value `missing_var` in this scope
+ --> $DIR/issue-72839-error-overflow.rs:18:8
+ |
+LL | if missing_var % 8 == 0 {}
+ | ^^^^^^^^^^^ not found in this scope
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0425`.