Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
issue-109291.rs
blob: 1947b16a32e6e70e0d6290361dd63e7d68ad9e38 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
println
!(
"Custom backtrace: {}"
,
std
::
backtrace
::
Backtrace
::
forced_capture
());
//~^ ERROR no function or associated item name
}