diff options
Diffstat (limited to 'gcc/rust/checks/errors/rust-feature.h')
-rw-r--r-- | gcc/rust/checks/errors/rust-feature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/checks/errors/rust-feature.h b/gcc/rust/checks/errors/rust-feature.h index 9edae6d..e7cb0af 100644 --- a/gcc/rust/checks/errors/rust-feature.h +++ b/gcc/rust/checks/errors/rust-feature.h @@ -51,6 +51,7 @@ public: RAW_REF_OP, EXCLUSIVE_RANGE_PATTERN, PRELUDE_IMPORT, + MIN_SPECIALIZATION, }; const std::string &as_string () { return m_name_str; } |