File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,6 @@ mod tests {
427
427
fn same_module ( ) {
428
428
check_found_path (
429
429
r#"
430
- //- /main.rs
431
430
struct S;
432
431
$0
433
432
"# ,
442
441
fn enum_variant ( ) {
443
442
check_found_path (
444
443
r#"
445
- //- /main.rs
446
444
enum E { A }
447
445
$0
448
446
"# ,
457
455
fn sub_module ( ) {
458
456
check_found_path (
459
457
r#"
460
- //- /main.rs
461
458
mod foo {
462
459
pub struct S;
463
460
}
@@ -619,7 +616,6 @@ pub mod ast {
619
616
fn same_crate_reexport ( ) {
620
617
check_found_path (
621
618
r#"
622
- //- /main.rs
623
619
mod bar {
624
620
mod foo { pub(super) struct S; }
625
621
pub(crate) use foo::*;
637
633
fn same_crate_reexport_rename ( ) {
638
634
check_found_path (
639
635
r#"
640
- //- /main.rs
641
636
mod bar {
642
637
mod foo { pub(super) struct S; }
643
638
pub(crate) use foo::S as U;
@@ -874,7 +869,6 @@ pub struct Arc;
874
869
#[ test]
875
870
fn builtins_are_in_scope ( ) {
876
871
let code = r#"
877
- //- /main.rs
878
872
$0
879
873
880
874
pub mod primitive {
You can’t perform that action at this time.
0 commit comments