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
The fact that $crate in the macro_rules LHS is accepted and glued into kw::DollarCrate is likely an accidental bug. The single use is an internal macro helper arm,
See rust-lang/rust#99447 (comment)
The fact that
$crate
in the macro_rules LHS is accepted and glued intokw::DollarCrate
is likely an accidental bug. The single use is an internal macro helper arm,ndarray/src/slice.rs
Line 845 in f8522cf
which looking at the macro, should probably be written to take
$in_dim:expr, $out_dim:expr,
like the other arms anyway.The text was updated successfully, but these errors were encountered: