]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_span/edition.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_span / edition.rs
index b1ac7f04321eb99dd0146c8e24c2b699c9268f1f..4d0c92f51d7ca7063c934486a78c7947e2b4b511 100644 (file)
@@ -5,7 +5,7 @@
 use rustc_macros::HashStable_Generic;
 
 /// The edition of the compiler (RFC 2052)
-#[derive(Clone, Copy, Hash, PartialEq, PartialOrd, Debug, RustcEncodable, RustcDecodable, Eq)]
+#[derive(Clone, Copy, Hash, PartialEq, PartialOrd, Debug, Encodable, Decodable, Eq)]
 #[derive(HashStable_Generic)]
 pub enum Edition {
     // editions must be kept in order, oldest to newest