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
rustc crashed when compile code which using an unknown attribute
I tried this code:
/// Client request to connect to Server#[repr(transparent)]#[derive(Clone,Debug,PartialEq,Deref,DerefMut)]pubstructConnect<'a,P>(#[deref]#[deref_mut]
packet::Connect<'a>,PhantomData<P>,);
rustc crashed when compile code which using an unknown attribute
I tried this code:
I expected to see this happen:
a compile warning
Instead, this happened:
rustc crashed
Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: