This commit is contained in:
Florian Diebold 2022-02-08 20:44:46 +01:00
parent 1a5aa84e9f
commit 30287e6051

View file

@ -62,8 +62,7 @@ fn proc_macros_qualified() {
struct Foo; struct Foo;
"#, "#,
expect![[r#" expect![[r#"
at input_replace pub macro input_replace at identity pub macro identity
at identity pub macro identity
"#]], "#]],
) )
} }