migrate to untyped rowan
This commit is contained in:
@@ -79,7 +79,7 @@ impl SourceFile {
|
||||
}
|
||||
|
||||
pub fn errors(&self) -> Vec<SyntaxError> {
|
||||
let mut errors = self.syntax.root_data().clone();
|
||||
let mut errors = self.syntax.root_data().to_vec();
|
||||
errors.extend(validation::validate(self));
|
||||
errors
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user