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

Unqualified call to Self::name() #308

Closed
blackbeam opened this issue Apr 16, 2024 · 0 comments · Fixed by #309
Closed

Unqualified call to Self::name() #308

blackbeam opened this issue Apr 16, 2024 · 0 comments · Fixed by #309
Labels
bug Something isn't working

Comments

@blackbeam
Copy link
Contributor

Most of the calls to <_ as TS>::name() are fully qualified, however some of them are not and this leads to "multiple applicable items in scope" errors. Here is an example of an unqualified call:

fn inline() -> String { panic!("{} cannot be inlined", Self::name()) }

@NyxCode NyxCode added the bug Something isn't working label Apr 16, 2024
@NyxCode NyxCode linked a pull request Apr 16, 2024 that will close this issue
3 tasks
@NyxCode NyxCode mentioned this issue Apr 16, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants