diff options
| author | varkor <github@varkor.com> | 2019-08-02 00:05:19 +0100 | 
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-08-02 02:44:36 +0100 | 
| commit | 2777386dc2e3c950980a469d4ac9701ccbab3a02 (patch) | |
| tree | db77502df9a3e35e81d9eaf17b816a7506a65cfb /src/test/rustdoc-ui/coverage/traits.rs | |
| parent | 70c8839f7cc14436a0ed3ab21d2ee14082e29e46 (diff) | |
| download | rust-2777386dc2e3c950980a469d4ac9701ccbab3a02.tar.gz rust-2777386dc2e3c950980a469d4ac9701ccbab3a02.zip | |
Replace `abstract type` with type alias `impl Trait`
Diffstat (limited to 'src/test/rustdoc-ui/coverage/traits.rs')
| -rw-r--r-- | src/test/rustdoc-ui/coverage/traits.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/test/rustdoc-ui/coverage/traits.rs b/src/test/rustdoc-ui/coverage/traits.rs index 797ac00ad53..97f73b4e1f2 100644 --- a/src/test/rustdoc-ui/coverage/traits.rs +++ b/src/test/rustdoc-ui/coverage/traits.rs @@ -31,7 +31,7 @@ pub trait MyAlias = ThisTrait + Send + Sync; // FIXME(58624): once rustdoc can process opaque `impl Trait` types, // we need to make sure they're counted -// /// woah, getting all abstract in here +// /// woah, getting all opaque in here // pub type ThisExists = impl ThisTrait; // // /// why don't we get a little more concrete | 
