about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2024-02-18 15:21:44 +0100
committerUrgau <urgau@numericable.fr>2024-03-29 16:25:41 +0100
commit4a9f3cac887023d0230729e898240b85508aa791 (patch)
tree31be41dc9118575218fa27f7aac55502d9668708 /compiler/rustc_span/src
parentc5e7f45b6219a963e8e27ef6e15587f22e80a3f5 (diff)
downloadrust-4a9f3cac887023d0230729e898240b85508aa791.tar.gz
rust-4a9f3cac887023d0230729e898240b85508aa791.zip
Add diagnostic items for Ord and PartialOrd methods
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 891ddb7af5b..1f2c44ca71e 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -531,8 +531,15 @@ symbols! {
         cmp,
         cmp_max,
         cmp_min,
+        cmp_ord_max,
+        cmp_ord_min,
         cmp_partialeq_eq,
         cmp_partialeq_ne,
+        cmp_partialord_cmp,
+        cmp_partialord_ge,
+        cmp_partialord_gt,
+        cmp_partialord_le,
+        cmp_partialord_lt,
         cmpxchg16b_target_feature,
         cmse_nonsecure_entry,
         coerce_unsized,