diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2018-12-02 03:59:25 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2018-12-04 00:30:27 +0300 |
| commit | d415844f5e82944dc1907ff4b66f9f74fcbaf6ff (patch) | |
| tree | ce900215b8ae0fc84cf1fd3d2676deb9a2fac71c /src/libsyntax/ext | |
| parent | 08f8faedd0e30f45762afbb8d4873f7041e7462c (diff) | |
| download | rust-d415844f5e82944dc1907ff4b66f9f74fcbaf6ff.tar.gz rust-d415844f5e82944dc1907ff4b66f9f74fcbaf6ff.zip | |
syntax: Remove `#[non_exhaustive]` from `Edition`
`Edition` is not a public API, we want users to break when a new edition is added
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/tt/quoted.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ext/tt/quoted.rs b/src/libsyntax/ext/tt/quoted.rs index edc431be369..a7415e845ca 100644 --- a/src/libsyntax/ext/tt/quoted.rs +++ b/src/libsyntax/ext/tt/quoted.rs @@ -444,7 +444,6 @@ where macro_node_id, ), Edition::Edition2018 => parse_sep_and_kleene_op_2018(input, span, sess, features, attrs), - _ => unimplemented!(), } } |
