Setup ty::Const functions for ConstArg

This commit is contained in:
Noah Lev
2024-07-16 11:54:43 -07:00
parent 7d7be2f0f6
commit e7c85cb1e0
3 changed files with 86 additions and 44 deletions

View File

@@ -86,7 +86,7 @@ pub use self::closure::{
CAPTURE_STRUCT_LOCAL,
};
pub use self::consts::{
Const, ConstInt, ConstKind, Expr, ExprKind, ScalarInt, UnevaluatedConst, ValTree,
Const, ConstInt, ConstKind, Expr, ExprKind, FeedConstTy, ScalarInt, UnevaluatedConst, ValTree,
};
pub use self::context::{
tls, CtxtInterners, CurrentGcx, DeducedParamAttrs, Feed, FreeRegionInfo, GlobalCtxt, Lift,