We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ct_err
1 parent d7fdeff commit 0728b62Copy full SHA for 0728b62
src/librustc/ty/context.rs
@@ -231,6 +231,8 @@ pub struct CommonLifetimes<'tcx> {
231
pub re_empty: Region<'tcx>,
232
pub re_static: Region<'tcx>,
233
pub re_erased: Region<'tcx>,
234
+
235
+ pub ct_err: &'tcx LazyConst<'tcx>,
236
}
237
238
pub struct LocalTableInContext<'a, V: 'a> {
@@ -943,7 +945,7 @@ impl<'tcx> CommonTypes<'tcx> {
943
945
bool: mk(Bool),
944
946
char: mk(Char),
947
never: mk(Never),
- err: mk(Error),
948
+ err,
949
isize: mk(Int(ast::IntTy::Isize)),
950
i8: mk(Int(ast::IntTy::I8)),
951
i16: mk(Int(ast::IntTy::I16)),
0 commit comments