summaryrefslogtreecommitdiffstats
path: root/tests/ui/infinite/issue-41731-infinite-macro-print.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/infinite/issue-41731-infinite-macro-print.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ui/infinite/issue-41731-infinite-macro-print.stderr b/tests/ui/infinite/issue-41731-infinite-macro-print.stderr
index e30b2039d..71510816d 100644
--- a/tests/ui/infinite/issue-41731-infinite-macro-print.stderr
+++ b/tests/ui/infinite/issue-41731-infinite-macro-print.stderr
@@ -14,13 +14,13 @@ LL | stack!("overflow");
| ^^^^^^^^^^^^^^^^^^
|
= note: expanding `stack! { "overflow" }`
- = note: to `print! (stack! ("overflow")) ;`
+ = note: to `print! (stack! ("overflow"));`
= note: expanding `print! { stack! ("overflow") }`
- = note: to `{ $crate :: io :: _print($crate :: format_args! (stack! ("overflow"))) ; }`
+ = note: to `{ $crate :: io :: _print($crate :: format_args! (stack! ("overflow"))); }`
= note: expanding `stack! { "overflow" }`
- = note: to `print! (stack! ("overflow")) ;`
+ = note: to `print! (stack! ("overflow"));`
= note: expanding `print! { stack! ("overflow") }`
- = note: to `{ $crate :: io :: _print($crate :: format_args! (stack! ("overflow"))) ; }`
+ = note: to `{ $crate :: io :: _print($crate :: format_args! (stack! ("overflow"))); }`
error: format argument must be a string literal
--> $DIR/issue-41731-infinite-macro-print.rs:14:5