about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/librustc/lint/builtin.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs
index cf7b07170ac..bd2b99537e2 100644
--- a/src/librustc/lint/builtin.rs
+++ b/src/librustc/lint/builtin.rs
@@ -211,8 +211,7 @@ declare_lint! {
 declare_lint! {
     pub ORDER_DEPENDENT_TRAIT_OBJECTS,
     Deny,
-    // FIXME: ENG
-    "trait-object types are different depending on marker-trait order"
+    "trait-object types were treated as different depending on marker-trait order"
 }
 
 declare_lint! {