diff --git a/src/librustc/lint/builtin.rs b/src/librustc/lint/builtin.rs index cf7b07170ace7..bd2b99537e216 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! {