diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/proc-macro/signature.stderr (renamed from src/test/ui/proc-macro/signature.stderr) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/ui/proc-macro/signature.stderr b/tests/ui/proc-macro/signature.stderr index 59b3e44c7..79f2001da 100644 --- a/src/test/ui/proc-macro/signature.stderr +++ b/tests/ui/proc-macro/signature.stderr @@ -14,9 +14,6 @@ LL | | } = note: unsafe function cannot be called generically without an unsafe block note: required by a bound in `ProcMacro::custom_derive` --> $SRC_DIR/proc_macro/src/bridge/client.rs:LL:COL - | -LL | expand: impl Fn(crate::TokenStream) -> crate::TokenStream + Copy, - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProcMacro::custom_derive` error: aborting due to previous error |