Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
9 lines
84 B
Rust
9 lines
84 B
Rust
//@ check-pass
|
|
|
|
|
|
pub use local as local_alias;
|
|
|
|
pub mod local { }
|
|
|
|
pub fn main() {}
|