-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: Fix proc-macro slow test #14995
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
Conversation
@bors R+ |
@bors r+ |
@@ -916,7 +927,7 @@ pub fn foo(_input: TokenStream) -> TokenStream { | |||
}, | |||
"procMacro": { | |||
"enable": true, | |||
"server": PathBuf::from(env!("CARGO_BIN_EXE_rust-analyzer")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, noticed this recently and was wondering how it could work..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm more surprised that I didn't test this locally when I removed that rust-analyzer command 😰 I could swear I did, though maybe I didn't set the env var for slowt tests correctly
☀️ Test successful - checks-actions |
No description provided.