diff options
| author | varkor <github@varkor.com> | 2019-08-01 00:40:42 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-08-02 02:44:36 +0100 |
| commit | 70c8839f7cc14436a0ed3ab21d2ee14082e29e46 (patch) | |
| tree | b076067c0f2d8709d6e7d3aa77b80bac51b5060e /src/test/ui/impl-trait | |
| parent | c28ce3e4ca021aea5ca25227c0e46d9b47095db6 (diff) | |
| download | rust-70c8839f7cc14436a0ed3ab21d2ee14082e29e46.tar.gz rust-70c8839f7cc14436a0ed3ab21d2ee14082e29e46.zip | |
Fix fallout after rebase
Diffstat (limited to 'src/test/ui/impl-trait')
| -rw-r--r-- | src/test/ui/impl-trait/bound-normalization-pass.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/impl-trait/bound-normalization-pass.rs b/src/test/ui/impl-trait/bound-normalization-pass.rs index 33348340bce..5b634e3106e 100644 --- a/src/test/ui/impl-trait/bound-normalization-pass.rs +++ b/src/test/ui/impl-trait/bound-normalization-pass.rs @@ -81,9 +81,9 @@ mod impl_trait_in_bindings { } ///////////////////////////////////////////// -// The same applied to `existential type`s +// The same applied to `type Foo = impl Bar`s -mod existential_types { +mod opaque_types { trait Implemented { type Assoc; } |
