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
It should also mention that the default type parameter requires the #![feature(default_type_param)] crate attribute. Maybe we can hide the default type parameters by default and only show them at the additional action (e.g. clicking "This struct has default type parameters...").
Add check for 'in_external_macro' and 'is_from_proc_macro' inside
changelog: Fixrust-lang#12291 #[tracing::instrument()] triggers infinite_loop
Added an in_external_macro and is_from_proc_macro check to the [infinite_loop] lint
In
Foo
gets rendered asbut it should definitely be mentioning the
= int
part.The text was updated successfully, but these errors were encountered: