]> git.lizzy.rs Git - rust.git/commit
Add an error when declaring features that are stable in the current Rust edition
authorvarkor <github@varkor.com>
Thu, 2 Aug 2018 16:31:54 +0000 (17:31 +0100)
committervarkor <github@varkor.com>
Sun, 5 Aug 2018 14:54:49 +0000 (15:54 +0100)
commit60ad63640f61c457e94fefa72f0ece65c6a6edd5
treec38007268ecbc3ff83d0fa264d3986488a815a42
parentd19832105e60195d82326a2468956f4d6a79f460
Add an error when declaring features that are stable in the current Rust edition
src/libsyntax/diagnostic_list.rs
src/libsyntax/feature_gate.rs
src/test/ui/E0705.rs [new file with mode: 0644]
src/test/ui/E0705.stderr [new file with mode: 0644]