We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_log::test
rust-analyzer version: 2024-06-10
rustc version: rustc 1.81.0-nightly (8fcd4dd08 2024-06-18)
editor or extension: vscode
relevant settings: None repository link (if public, optional): None code snippet to reproduce:
// add your code here fn main() { println!("Hello, world!"); } fn ttt() -> String { String::new() } #[cfg(test)] mod tests { use super::*; use test_log::test; #[test(tokio::test)] async fn test_ttt() { let a = ttt(); } }
Since rust analyzer 2024-06-10(0.3.1992),it can not show the var type of a:
And in rust analyzer 2024-06-03(0.3.1983),it works
The text was updated successfully, but these errors were encountered:
The problem might be associated with #17004.
Sorry, something went wrong.
e08f795
Auto merge of rust-lang#17462 - Veykril:sema-attr-macro-res, r=Veykril
48b6f28
fix: Fix IDE features breaking in some attr macros Fixes rust-lang/rust-analyzer#17453, Fixes rust-lang/rust-analyzer#17458
Auto merge of #17462 - Veykril:sema-attr-macro-res, r=Veykril
362e5a9
041ddfc
Successfully merging a pull request may close this issue.
rust-analyzer version: 2024-06-10
rustc version: rustc 1.81.0-nightly (8fcd4dd08 2024-06-18)
editor or extension: vscode
relevant settings: None
repository link (if public, optional): None
code snippet to reproduce:
Since rust analyzer 2024-06-10(0.3.1992),it can not show the var type of a:
And in rust analyzer 2024-06-03(0.3.1983),it works
The text was updated successfully, but these errors were encountered: