-
-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
rust-lang/rust
#81472Labels
C-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)requires-nightlyThis issue requires a nightly compiler in some wayThis issue requires a nightly compiler in some way
Description
On latest nightly (1.51.0-nightly (2021-01-14 e38fb306b7f5e65cca34)) started panicing with internal error: entered unreachable code message.
MRE:
#[macro_use]
macro_rules! req_future {
($v:vis) => {
#[pin_project::pin_project]
$v struct Send
{
#[pin]
inner: ()
}
};
}
req_future! { pub }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)requires-nightlyThis issue requires a nightly compiler in some wayThis issue requires a nightly compiler in some way