mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
65745a1b95
The regressions are documented in the PR comments. This reverts commit2972b5e, reversing changes made tof908263.
5 lines
106 B
Rust
5 lines
106 B
Rust
#![feature(rustc_attrs)]
|
|
|
|
#![rustc_dummy=5z] //~ ERROR invalid suffix `z` for number literal
|
|
fn main() {}
|