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.
2 parents 1fb6435 + 8962343 commit 421abc8Copy full SHA for 421abc8
compiler/rustc_middle/src/mir/interpret/error.rs
@@ -754,6 +754,7 @@ impl Drop for Guard {
754
///
755
/// We also make things panic if this type is ever implicitly dropped.
756
#[derive(Debug)]
757
+#[must_use]
758
pub struct InterpResult_<'tcx, T> {
759
res: Result<T, InterpErrorInfo<'tcx>>,
760
guard: Guard,
0 commit comments