]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/mem_replace_macro.stderr
Rollup merge of #84221 - ABouttefeux:generic-arg-elision, r=estebank
[rust.git] / src / tools / clippy / tests / ui / mem_replace_macro.stderr
index 4971a91050bf20f968bd2bf62547a8558babd156..b4963acc4553c79808b546bda11d1515e6bfdef9 100644 (file)
@@ -8,7 +8,7 @@ LL |     take!(s);
    |     --------- 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