Move rustc_parse diagnostic structs to separate module
This commit is contained in:
parent
6ae7a30927
commit
e56d6a68db
8 changed files with 819 additions and 811 deletions
|
@ -1,4 +1,6 @@
|
|||
use super::diagnostics::{dummy_arg, ConsumeClosingDelim, Error, UseEmptyBlockNotSemi};
|
||||
use crate::errors::UseEmptyBlockNotSemi;
|
||||
|
||||
use super::diagnostics::{dummy_arg, ConsumeClosingDelim, Error};
|
||||
use super::ty::{AllowPlus, RecoverQPath, RecoverReturnSign};
|
||||
use super::{AttrWrapper, FollowedByType, ForceCollect, Parser, PathStyle, TrailingToken};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue