diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-29 04:08:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-29 04:08:19 +0100 |
| commit | b07e8ed825e2d19bd33a129b9e5ba15bd124f43c (patch) | |
| tree | bf5771a65d834c4bf37a1219b32f4cfc02a3b1c8 /src/test/ui/feature-gates | |
| parent | 42d4e261a170377fefb49516405445f9a27c0df5 (diff) | |
| parent | 627691f13861b42e3187ad291fcb122053084e2b (diff) | |
| download | rust-b07e8ed825e2d19bd33a129b9e5ba15bd124f43c.tar.gz rust-b07e8ed825e2d19bd33a129b9e5ba15bd124f43c.zip | |
Rollup merge of #65318 - estebank:coherence, r=varkor
Call out the types that are non local on E0117 CC #24745.
Diffstat (limited to 'src/test/ui/feature-gates')
| -rw-r--r-- | src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.stderr b/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.stderr index 5972e610e47..504bfb56979 100644 --- a/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.stderr +++ b/src/test/ui/feature-gates/feature-gate-re-rebalance-coherence.stderr @@ -1,8 +1,8 @@ error[E0210]: type parameter `T` must be used as the type parameter for some local type (e.g., `MyStruct<T>`) - --> $DIR/feature-gate-re-rebalance-coherence.rs:10:1 + --> $DIR/feature-gate-re-rebalance-coherence.rs:10:10 | LL | impl<'a, T:'a, Tab> QueryFragment<Oracle> for BatchInsert<'a, T, Tab> {} - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `T` must be used as the type parameter for some local type + | ^ type parameter `T` must be used as the type parameter for some local type | = note: only traits defined in the current crate can be implemented for a type parameter |
