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.
1 parent fb20e4d commit 8962343Copy full SHA for 8962343
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