rust/tests/ui/include-macros/auxiliary/same-file-in-two-crates-aux.rs

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

5 lines
50 B
Rust
Raw Normal View History

2021-06-16 09:32:42 -05:00
#[inline]
pub fn some_function() -> u32 {
1
}