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 cf42371 commit d945c85Copy full SHA for d945c85
compiler/rustc_target/src/spec/abi_map.rs
@@ -29,6 +29,7 @@ impl AbiMapping {
29
}
30
31
32
+ #[track_caller]
33
pub fn unwrap(self) -> CanonAbi {
34
self.into_option().unwrap()
35
0 commit comments