Store macro invocation parameters as text instead of tt

This commit is contained in:
Laurențiu Nicola
2020-07-22 21:50:37 +03:00
parent dba534a103
commit cb958cf5fe
5 changed files with 20 additions and 13 deletions

View File

@@ -10,7 +10,9 @@ use rowan::{GreenNodeBuilder, Language};
use crate::{Parse, SmolStr, SyntaxError, SyntaxKind, TextSize};
pub(crate) use rowan::{GreenNode, GreenToken};
pub use rowan::GreenNode;
pub(crate) use rowan::GreenToken;
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub enum RustLanguage {}