mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
first test sort-of passes
This commit is contained in:
parent
be03aa5ee7
commit
5934738854
8 changed files with 218 additions and 43 deletions
|
@ -1,5 +1,6 @@
|
|||
use crate::tt;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct TtCursor<'a> {
|
||||
subtree: &'a tt::Subtree,
|
||||
pos: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue