Rust: remove accidental test source file

This commit is contained in:
Paolo Tranquilli
2024-09-06 14:29:10 +02:00
parent 18c423eb55
commit ac9e977baa

View File

@@ -1,11 +0,0 @@
// generated by codegen
fn my_test<'a, 'b, T: Eq>(x: &'a [T], y: &'b [T]) -> &'a [T] {
// A function declaration. For example
fn foo(x: u32) -> u64 { (x + 1).into()
}
// A function declaration within a trait might not have a body:
trait Trait {
fn bar();
}
}