You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser should also parse macro annotations, e.g. #[inline] and more complex expressions like #[cfg_attr(..)]. May be we can also have #[firedbg(..)], but we have to create a macro support library as well.
The text was updated successfully, but these errors were encountered:
Originally posted by @tyt2y3 in #12 (reply in thread)
Parser should also parse macro annotations, e.g.
#[inline]
and more complex expressions like#[cfg_attr(..)]
. May be we can also have#[firedbg(..)]
, but we have to create a macro support library as well.The text was updated successfully, but these errors were encountered: