1
Fork 0

Add regression test for items list size (#128023)

This commit is contained in:
Guillaume Gomez 2024-07-22 11:33:03 +02:00
parent ae7b1c1916
commit 7de26684e8
2 changed files with 31 additions and 0 deletions

View file

@ -620,3 +620,11 @@ pub mod trait_bounds {
pub trait TwoBounds: Sized + Copy {}
pub trait ThreeBounds: Sized + Copy + Eq {}
}
pub mod short_docs {
/// mult_vec_num(x: &[f64], y: f64)
pub fn mult_vec_num() {}
/// subt_vec_num(x: &[f64], y: f64)
pub fn subt_vec_num() {}
}