diff options
| author | jackh726 <jack.huey@umassmed.edu> | 2021-08-15 04:17:36 -0400 |
|---|---|---|
| committer | jackh726 <jack.huey@umassmed.edu> | 2021-09-07 18:25:57 -0400 |
| commit | 22ef04e22fc78ce0dcaaf8c8faa5944c983cdc1d (patch) | |
| tree | 9d734e51862656f47ca0d6ad15a56e74ec30351b /src/test/ui/error-codes | |
| parent | 216906fb75a7211f7905d3b37274c6b6ec331295 (diff) | |
| download | rust-22ef04e22fc78ce0dcaaf8c8faa5944c983cdc1d.tar.gz rust-22ef04e22fc78ce0dcaaf8c8faa5944c983cdc1d.zip | |
A bit of cleanup to astconv
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/e0119/complex-impl.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/e0119/complex-impl.stderr b/src/test/ui/error-codes/e0119/complex-impl.stderr index 04babb06447..6a1a502749a 100644 --- a/src/test/ui/error-codes/e0119/complex-impl.stderr +++ b/src/test/ui/error-codes/e0119/complex-impl.stderr @@ -6,7 +6,7 @@ LL | impl<R> External for (Q, R) {} | = note: conflicting implementation in crate `complex_impl_support`: - impl<'a, 'b, 'c, T, U, V, W> External for (T, M<'a, 'b, 'c, Box<U>, V, W>) - where <U as FnOnce<(T,)>>::Output == V, <V as Iterator>::Item == T, 'b: 'a, T: 'a, U: FnOnce<(T,)>, U: 'static, V: Iterator, V: Clone, W: Add, <W as Add>::Output: Copy; + where <U as FnOnce<(T,)>>::Output == V, <V as Iterator>::Item == T, 'b: 'a, T: 'a, U: 'static, U: FnOnce<(T,)>, V: Iterator, V: Clone, W: Add, <W as Add>::Output: Copy; error[E0117]: only traits defined in the current crate can be implemented for arbitrary types --> $DIR/complex-impl.rs:9:1 |
