Files
rust/tests/ui/modules_and_files_visibility/mod_file_aux.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
91 B
Rust
Raw Normal View History

//@ ignore-auxiliary (used by `./mod_file_correct_spans.rs`)
2012-11-09 16:31:44 -08:00
pub fn foo() -> isize { 10 }