]> git.lizzy.rs Git - rust.git/blob - src/test/ui/old-suffixes-are-really-forbidden.rs
Rollup merge of #60081 - pawroman:cleanup_unicode_script, r=varkor
[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 }