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
rust-analyzer version: rust-analyzer 1.76.0 (07dca48 2024-02-04)
rust-analyzer 1.76.0 (07dca48 2024-02-04)
rustc version: rustc 1.76.0 (07dca489a 2024-02-04)
rustc 1.76.0 (07dca489a 2024-02-04)
relevant settings: NONE
repository link (if public, optional): NONE
code snippet to reproduce:
use std::borrow::Borrow; fn f<T>() where u32: Borrow<T>, { let _x = 1u32.borrow(); // ra: let _x: &{unknown} // size = 8, align = 0x8 println!("{}", core::any::type_name_of_val(&_x)); // &u32 } fn main() { f() }
The text was updated successfully, but these errors were encountered:
Duplicate of #5514.
Sorry, something went wrong.
No branches or pull requests
rust-analyzer version:
rust-analyzer 1.76.0 (07dca48 2024-02-04)
rustc version:
rustc 1.76.0 (07dca489a 2024-02-04)
relevant settings: NONE
repository link (if public, optional): NONE
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: