We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf5f5a commit 7aa32f7Copy full SHA for 7aa32f7
src/libsyntax/ext/expand.rs
@@ -838,14 +838,6 @@ pub fn std_macros() -> @str {
838
)
839
840
841
- // NOTE (acrichto): remove these after the next snapshot
842
- macro_rules! log2( ($($arg:tt)*) => (log!($($arg)*)) )
843
- macro_rules! error( ($($arg:tt)*) => (error!($($arg)*)) )
844
- macro_rules! warn ( ($($arg:tt)*) => (warn!($($arg)*)) )
845
- macro_rules! info ( ($($arg:tt)*) => (info!($($arg)*)) )
846
- macro_rules! debug( ($($arg:tt)*) => (debug!($($arg)*)) )
847
- macro_rules! fail( ($($arg:tt)*) => (fail!($($arg)*)) )
848
-
849
macro_rules! assert(
850
($cond:expr) => {
851
if !$cond {
0 commit comments