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

Autoimport for paths used in a macro #3854

Closed
lnicola opened this issue Apr 5, 2020 · 0 comments · Fixed by #4268
Closed

Autoimport for paths used in a macro #3854

lnicola opened this issue Apr 5, 2020 · 0 comments · Fixed by #4268
Labels
A-macro macro expansion

Comments

@lnicola
Copy link
Member

lnicola commented Apr 5, 2020

E.g.

assert_eq!(PathBuf::from("x"), PathBuf::from("x"));
@edwin0cheng edwin0cheng added the A-macro macro expansion label Apr 5, 2020
@bors bors bot closed this as completed in 6a48a94 May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-macro macro expansion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants