Proper spans for for loop expansion
This commit is contained in:
@@ -235,7 +235,9 @@ pub enum MacroFormat {
|
||||
/// e.g. #[derive(...)] <item>
|
||||
MacroAttribute,
|
||||
/// e.g. `format!()`
|
||||
MacroBang
|
||||
MacroBang,
|
||||
/// Expansion performed by the compiler (libsyntax::expand).
|
||||
CompilerExpansion,
|
||||
}
|
||||
|
||||
#[derive(Clone, Hash, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user