Skip to content

Commit e6913be

Browse files
author
Anatol Ulrich
committed
fix test
1 parent 04f2eb0 commit e6913be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/ide/src/expand_macro.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,12 @@ fn main() {
366366
fn macro_expand_derive() {
367367
check(
368368
r#"
369+
//- proc_macros: identity
370+
369371
#[rustc_builtin_macro]
370372
pub macro Clone {}
371373
372-
#[doc = ""]
374+
#[proc_macros::identity]
373375
#[derive(C$0lone)]
374376
struct Foo {}
375377
"#,

0 commit comments

Comments
 (0)