]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/default_ty_param_conflict_cross_crate.rs
Fix invalid associated type rendering in rustdoc
[rust.git] / src / test / compile-fail / default_ty_param_conflict_cross_crate.rs
index b608c6c99be89a5754760dde87272bb94ac54945..e5b035e50aa931c625e36761098f26cd85a5f161 100644 (file)
@@ -29,6 +29,4 @@ fn main() {
     //~| NOTE: conflicting type parameter defaults `bool` and `char`
     //~| a second default is defined on `default_param_test::bleh`
     //~| NOTE:  ...that was applied to an unconstrained type variable here
-    //~| expected type `bool`
-    //~| found type `char`
 }