We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485397e commit 58a2267Copy full SHA for 58a2267
src/librustc/hir/mod.rs
@@ -58,7 +58,6 @@ macro_rules! hir_vec {
58
($($x:expr),*) => (
59
$crate::hir::HirVec::from(vec![$($x),*])
60
);
61
- ($($x:expr,)*) => (hir_vec![$($x),*])
62
}
63
64
pub mod check_attr;
0 commit comments