about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/chalkify/type_wf.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/chalkify/type_wf.stderr b/src/test/ui/chalkify/type_wf.stderr
index 71009f1e97d..3cd60369454 100644
--- a/src/test/ui/chalkify/type_wf.stderr
+++ b/src/test/ui/chalkify/type_wf.stderr
@@ -8,8 +8,8 @@ LL |     let s = S {
    |             ^ the trait `Foo` is not implemented for `{float}`
    |
    = help: the following implementations were found:
+             <Option<T> as Foo>
              <i32 as Foo>
-             <std::option::Option<T> as Foo>
 
 error: aborting due to previous error