]> 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 a0872b1a6bf4e23deb3c2401c86c8f1eb2f92d94..dd69ab8b5efb80bc8069b3c0590830079cdea50b 100644 (file)
@@ -5,9 +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 the macro `take` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error