]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/qualified/qualified-path-params.stderr
rustc: support impl's in PrintCx::parameterized.
[rust.git] / src / test / ui / qualified / qualified-path-params.stderr
index 926b098040f1498d427e5ec36f8de41368d5dcd7..6315ec2e5126b6df7bb188e459f2725c26311606 100644 (file)
@@ -11,7 +11,7 @@ LL |         0 ..= <S as Tr>::A::f::<u8> => {}
    |               ^^^^^^^^^^^^^^^^^^^^^ ranges require char or numeric types
    |
    = note: start type: {integer}
-   = note: end type: fn() {S::f::<u8>}
+   = note: end type: fn() {<S>::f::<u8>}
 
 error: aborting due to 2 previous errors