Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ open
Function
open
debugger/testcases/dyn_box.rs:27–29 ·
view source on GitHub ↗
(boxed: T)
Source
from the content-addressed store, hash-verified
25
}
26
27
fn open<T>(boxed: T) {
28
std::hint::black_box(boxed);
29
}
30
31
fn main() {
32
let boxed: Box<dyn MyTrait> = Box::new(MyStruct { i: 1234 });
Callers
2
main
Function · 0.85
parse_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected