Relocate modules_ans_files_visibity/mod_file_correct_spans.rs to

modules/mod_file_correct_spans.rs
This commit is contained in:
reddevilmidzy 2025-11-28 14:27:44 +09:00
parent bfc0c02043
commit 58a802e629
4 changed files with 1 additions and 4 deletions

View file

@ -1,3 +1,3 @@
//@ ignore-auxiliary (used by `./mod_file_with_path_attr.rs` and `mod_file.rs`)
//@ ignore-auxiliary (used by `./mod_file_with_path_attr.rs` and `mod_file.rs` and `mod_file_correct_spans.rs`)
pub fn foo() -> isize { 10 }

View file

@ -1,3 +0,0 @@
//@ ignore-auxiliary (used by `./mod_file_correct_spans.rs`)
pub fn foo() -> isize { 10 }