]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-81006.stderr
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[rust.git] / tests / ui / macros / issue-81006.stderr
1 error: 1 positional argument in format string, but no arguments were given
2   --> $DIR/issue-81006.rs:6:23
3    |
4 LL |     let _ = format!("→{}→\n");
5    |                       ^^
6
7 error: 1 positional argument in format string, but no arguments were given
8   --> $DIR/issue-81006.rs:8:23
9    |
10 LL |     let _ = format!("→{} \n");
11    |                       ^^
12
13 error: aborting due to 2 previous errors
14