Export AnalysisResults trait in rustc_mir_dataflow
This commit is contained in:
parent
b5e51db16d
commit
3224ea4424
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@ pub mod graphviz;
|
|||
pub mod lattice;
|
||||
mod visitor;
|
||||
|
||||
pub use self::cursor::{ResultsClonedCursor, ResultsCursor, ResultsRefCursor};
|
||||
pub use self::cursor::{AnalysisResults, ResultsClonedCursor, ResultsCursor, ResultsRefCursor};
|
||||
pub use self::direction::{Backward, Direction, Forward};
|
||||
pub use self::engine::{Engine, EntrySets, Results, ResultsCloned};
|
||||
pub use self::lattice::{JoinSemiLattice, MeetSemiLattice};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue