Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

MIssing info for bounds on associated types. #1374

Open
Xanewok opened this issue Feb 25, 2019 · 1 comment
Open

MIssing info for bounds on associated types. #1374

Xanewok opened this issue Feb 25, 2019 · 1 comment

Comments

@Xanewok
Copy link
Member

Xanewok commented Feb 25, 2019

Originally created by @nrc (rust-dev-tools/rls-analysis#140):

@Xanewok
Copy link
Member Author

Xanewok commented Mar 3, 2019

What I assume is the example:

trait TraitBound {}

trait MyTrait {
    type AssocType: TraitBound; // <-- it'd be nice to get any info whatsoever on the `TraitBound` type here
}

@Xanewok Xanewok added the bug label Mar 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant