rust/tests/ui/issues/issue-52140/auxiliary/some_crate.rs

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

6 lines
74 B
Rust
Raw Normal View History

#![crate_type = "lib"]
pub fn hello() {
println!("Hello, world!");
}