Skip to content

Commit c2aa778

Browse files
bors[bot]matklad
andauthored
Merge #9338
9338: minor: use minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 0d3bad8 + 7df6852 commit c2aa778

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

crates/ide/src/goto_implementation.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,10 @@ impl T for &Foo {}
236236
fn goto_implementation_to_builtin_derive() {
237237
check(
238238
r#"
239+
//- minicore: copy, derive
239240
#[derive(Copy)]
240241
//^^^^^^^^^^^^^^^
241242
struct Foo$0;
242-
243-
mod marker {
244-
trait Copy {}
245-
}
246-
#[rustc_builtin_macro]
247-
macro Copy {}
248243
"#,
249244
);
250245
}

0 commit comments

Comments
 (0)