]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/signature.stderr
normalize stderr
[rust.git] / src / test / ui / proc-macro / signature.stderr
index 78b0beff0da39d6aae0af07deafac0e05ce2b58f..59b3e44c74a52270e2e87b2d9f205072e2fd4b59 100644 (file)
@@ -10,7 +10,7 @@ LL | | }
    | |_call the function in a closure: `|| unsafe { /* code */ }`
    |   required by a bound introduced by this call
    |
-   = help: the trait `Fn<(proc_macro::TokenStream,)>` is not implemented for `unsafe extern "C" fn(i32, u32) -> u32 {foo}`
+   = help: the trait `Fn<(proc_macro::TokenStream,)>` is not implemented for fn item `unsafe extern "C" fn(i32, u32) -> u32 {foo}`
    = 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