]> git.lizzy.rs Git - rust.git/blob - src/test/ui/old-suffixes-are-really-forbidden.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / old-suffixes-are-really-forbidden.rs
1 fn main() {
2     let a = 1_is; //~ ERROR invalid suffix
3     let b = 2_us; //~ ERROR invalid suffix
4 }