]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/traits/issue-71136.stderr
Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett
[rust.git] / src / test / ui / traits / issue-71136.stderr
index ba47fdb152239fcb2a6656c3affa9f52436ccf1d..d1be955b41ed64fa2e50692adcb0ac09c7c1b713 100644 (file)
@@ -6,7 +6,7 @@ LL |     the_foos: Vec<Foo>,
    |
    = note: required because of the requirements on the impl of `Clone` for `Vec<Foo>`
    = note: required by `clone`
-   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = note: this error originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info)
 
 error: aborting due to previous error