@@ -7,7 +7,7 @@ LL | $options($pure, $nomem, $readonly, $preserves_flags, $noretur
77LL | / m!(in out lateout inout inlateout const sym
88LL | | pure nomem readonly preserves_flags
99LL | | noreturn nostack options);
10- | |_________________________________ - in this macro invocation
10+ | |________________________________ - in this macro invocation
1111 |
1212 = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
1313
@@ -20,7 +20,7 @@ LL | $options($pure, $nomem, $readonly, $preserves_flags, $noretur
2020LL | / m!(in out lateout inout inlateout const sym
2121LL | | pure nomem readonly preserves_flags
2222LL | | noreturn nostack options);
23- | |_________________________________ - in this macro invocation
23+ | |________________________________ - in this macro invocation
2424 |
2525 = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
2626
@@ -38,12 +38,12 @@ LL | m!(in out lateout inout inlateout const sym
3838 | |
3939LL | | pure nomem readonly preserves_flags
4040LL | | noreturn nostack options);
41- | | -
42- | |_________________________________ |
43- | |_________________________________in this macro invocation
44- | |_________________________________in this macro invocation
45- | |_________________________________in this macro invocation
46- | in this macro invocation
41+ | | -
42+ | |________________________________ |
43+ | |________________________________in this macro invocation
44+ | |________________________________in this macro invocation
45+ | |________________________________in this macro invocation
46+ | in this macro invocation
4747 |
4848 = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
4949
0 commit comments