Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference lifetimes are included in type arguments #5

Open
rozbb opened this issue May 22, 2019 · 0 comments
Open

Reference lifetimes are included in type arguments #5

rozbb opened this issue May 22, 2019 · 0 comments
Labels
output mismatch Output of siderophile does not match the corresponding callgraph label

Comments

@rozbb
Copy link
Contributor

rozbb commented May 22, 2019

siderophile will currently output something like

<http::uri::scheme::Scheme as HttpTryFrom<&'a[u8]>>::try_from

or

<futures_io_preview::if_std::Pin<&'amutT> as AsyncRead>::initializer

The lifetime 'a should not be present, and there should be a space between mut and T.

@rozbb rozbb added the output mismatch Output of siderophile does not match the corresponding callgraph label label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
output mismatch Output of siderophile does not match the corresponding callgraph label
Projects
None yet
Development

No branches or pull requests

1 participant