You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The compiler will generate a shim to hide the caller location parameter.
#[track_caller]
fnf2() -> i32{
222
}
I don't see anything in the current RFC text to suggest that the sym usage here should create a call shim, as they're only created when taking function pointers. Is there a function pointer being created in this test that I'm missing?