- Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
in this code snippet
macro_rules! calculate { (eval $e:expr) => { { let val: usize = $e; // Force types to be unsigned integers println!("{} = {}", stringify!{$e}, val); } }; }
what is the implication of using curly braces with stringify!
? Looks like those do not change program behaviour in any way, compared to normal parentheses.
Metadata
Metadata
Assignees
Labels
No labels