@@ -11,6 +12,8 @@ use super::{Config, Data, VERSION};
...
@@ -11,6 +12,8 @@ use super::{Config, Data, VERSION};
/// Contains methods of the `Context` struct that deal with the manipulation of abstract IDs.
/// Contains methods of the `Context` struct that deal with the manipulation of abstract IDs.
modid_manipulation;
modid_manipulation;
/// Methods and functions for handling extern symbol stubs.
modstubs;
/// Contains trait implementations for the `Context` struct,
/// Contains trait implementations for the `Context` struct,
/// especially the implementation of the [`forward_interprocedural_fixpoint::Context`](crate::analysis::forward_interprocedural_fixpoint::Context) trait.
/// especially the implementation of the [`forward_interprocedural_fixpoint::Context`](crate::analysis::forward_interprocedural_fixpoint::Context) trait.