rust/tests/run-make-fulldeps/save-analysis-rfc2126/krate2.rs

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

6 lines
69 B
Rust
Raw Normal View History

2018-04-10 09:40:34 -05:00
#![crate_name = "krate2"]
#![crate_type = "lib"]
pub fn hello() {
}