Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ expect
Method
expect
src/entity/packed_option.rs:85–87 ·
view source on GitHub ↗
(self, msg: &str)
Source
from the content-addressed store, hash-verified
83
#[track_caller]
84
#[inline]
85
pub fn expect(self, msg: &str) -> T {
86
self.expand().expect(msg)
87
}
88
89
/// Takes the value out of the packed option, leaving a `None` in its place.
90
#[inline]
Callers
9
add_remat
Method · 0.80
generate_moves
Method · 0.80
handle_block_live_in
Method · 0.80
handle_block_live_out
Method · 0.80
for_each_move_source
Method · 0.80
handle_use
Method · 0.80
process_segment
Method · 0.80
value_use
Method · 0.80
reginfo
Function · 0.80
Calls
1
expand
Method · 0.80
Tested by
no test coverage detected