]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-36617.stderr
Use `summary_opts()` in another spot
[rust.git] / src / test / ui / issues / issue-36617.stderr
index 586dcf2cea675feb7481380b89501f228032d712..dc6ef1692591382f51290e50c1d22e05a9acd775 100644 (file)
@@ -12,14 +12,6 @@ LL | #![derive(Copy)]
    |
    = note: import resolution is stuck, try simplifying macro imports
 
-error: cannot determine resolution for the derive macro `Copy`
-  --> $DIR/issue-36617.rs:1:11
-   |
-LL | #![derive(Copy)]
-   |           ^^^^
-   |
-   = note: import resolution is stuck, try simplifying macro imports
-
-error: aborting due to 3 previous errors
+error: aborting due to 2 previous errors
 
 For more information about this error, try `rustc --explain E0774`.