diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-21 09:01:16 -0500 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2021-10-29 17:13:15 -0500 |
| commit | 4cfb7add771367757ee2dd26da4e29d333c93cb6 (patch) | |
| tree | 196507eb9640a0afdaa4f57eb3e212442177bde2 /src/test/ui/codemap_tests | |
| parent | 37f70a0e1e04086aee7ae57fbefd6d4071953506 (diff) | |
| download | rust-4cfb7add771367757ee2dd26da4e29d333c93cb6.tar.gz rust-4cfb7add771367757ee2dd26da4e29d333c93cb6.zip | |
Fix a format_args span to be expansion
Diffstat (limited to 'src/test/ui/codemap_tests')
| -rw-r--r-- | src/test/ui/codemap_tests/tab_3.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/codemap_tests/tab_3.stderr b/src/test/ui/codemap_tests/tab_3.stderr index e067dbbf85b..ceb91142ac8 100644 --- a/src/test/ui/codemap_tests/tab_3.stderr +++ b/src/test/ui/codemap_tests/tab_3.stderr @@ -14,6 +14,7 @@ note: this function takes ownership of the receiver `self`, which moves `some_ve | LL | fn into_iter(self) -> Self::IntoIter; | ^^^^ + = note: this error originates in the macro `$crate::format_args_nl` (in Nightly builds, run with -Z macro-backtrace for more info) error: aborting due to previous error |
