]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/traits/issue-85735.stderr
further update `fuzzy_match_tys`
[rust.git] / src / test / ui / traits / issue-85735.stderr
index 1f81fa72547df3e32df878ca6aa03c6be8ce2791..33b12ef09ec26faa87dd7bb15fec57b28fc5917e 100644 (file)
@@ -5,15 +5,6 @@ LL |     T: FnMut(&'a ()),
    |        ^^^^^^^^^^^^^ cannot infer type for type parameter `T`
    |
    = note: cannot satisfy `T: FnMut<(&'a (),)>`
-note: required by a bound in `FnMut`
-  --> $SRC_DIR/core/src/ops/function.rs:LL:COL
-   |
-LL | / pub trait FnMut<Args>: FnOnce<Args> {
-LL | |     /// Performs the call operation.
-LL | |     #[unstable(feature = "fn_traits", issue = "29625")]
-LL | |     extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output;
-LL | | }
-   | |_^ required by this bound in `FnMut`
 
 error: aborting due to previous error