]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/associated-types/associated-types-bound-failure.stderr
Rollup merge of #105976 - jyn514:unused-make-targets, r=Mark-Simulacrum
[rust.git] / src / test / ui / associated-types / associated-types-bound-failure.stderr
index e66c6b35ca1eed0749a494c4f95d889d19c8fea6..3eda22796e099aeb4bdf39a5c9ac395f81fa11ae 100644 (file)
@@ -6,11 +6,6 @@ LL |     ToInt::to_int(&g.get())
    |     |
    |     required by a bound introduced by this call
    |
-note: required by `ToInt::to_int`
-  --> $DIR/associated-types-bound-failure.rs:6:5
-   |
-LL |     fn to_int(&self) -> isize;
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 help: consider further restricting the associated type
    |
 LL |     where G : GetToInt, <G as GetToInt>::R: ToInt