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
7644: Primitive completion r=jonas-schievink a=jonas-schievink
Fixes#7642
7648: fix nightly warning `legacy_derive_helpers` r=jonas-schievink a=peddermaster2
With a recent nightly (e.g. 2021-02-10) a warning comes up. This PR reorders the attributes to fix the warning.
See rust-lang/rust#79202
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Co-authored-by: Peter Wischer <peter.wischer@lwl.org>
the auto-completion list for this case with a primitive type is empty:
the auto-completion list for this other case with a user-defined type does list the associated constants and functions:
The text was updated successfully, but these errors were encountered: