]> 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 b4963acc4553c79808b546bda11d1515e6bfdef9..dd69ab8b5efb80bc8069b3c0590830079cdea50b 100644 (file)
@@ -5,7 +5,7 @@ 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)