You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I don't agree this is useful. Goto def should give me more information about the thing, but here there isn't really anything new (besides the docs, and we already show them on hover).
Users do generally expect that they can go-to-def on things that have hover information. There is some additional information they can learn from viewing the 'definition', e.g.:
#[rustc_doc_primitive = "i128"]
//
/// The 128-bit signed integer type.
#[stable(feature = "i128", since = "1.26.0")]
mod prim_i128 {}
I can see that it's a primitive, and when it was introduced to rust.
Originally posted by @Veykril in #19105 (comment)
The text was updated successfully, but these errors were encountered: