This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub fn message() -> &'static str {
|
||||
"Hello, world! (sccache lib verification)"
|
||||
}
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world! (cache test v3)");
|
||||
println!("{}", rust_hello_world::message());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user