]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mem_replace_macro.stderr
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / mem_replace_macro.stderr
index 4971a91050bf20f968bd2bf62547a8558babd156..dd69ab8b5efb80bc8069b3c0590830079cdea50b 100644 (file)
@@ -5,10 +5,10 @@ LL |         std::mem::replace($s, Default::default())
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ...
 LL |     take!(s);
-   |     --------- in this macro invocation
+   |     -------- in this macro invocation
    |
    = note: `-D clippy::mem-replace-with-default` implied by `-D warnings`
-   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the macro `take` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error