Rust: remove accidental test source file

This commit is contained in:
Paolo Tranquilli 2024-09-06 14:29:10 +02:00
Родитель 18c423eb55
Коммит ac9e977baa
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -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();
}
}