mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Fix test
This commit is contained in:
parent
fabb804f30
commit
2b210d98b8
@ -72,6 +72,7 @@ impl LocalSyntaxPtr {
|
||||
|
||||
#[test]
|
||||
fn test_local_syntax_ptr() {
|
||||
use ra_syntax::{ast, AstNode};
|
||||
let file = File::parse("struct Foo { f: u32, }");
|
||||
let field = file
|
||||
.syntax()
|
||||
|
Loading…
Reference in New Issue
Block a user