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
breaking in main and stepping into f yields odd behaviour in gdb. Specifically, the first step into f shows pub fn main() {, the second shows f();, and the third takes us to the proper io::println("foo");. Disassembling at each step shows the first step takes us inside f into its prelude, so obviously we're not updating the source position correctly when generating the function.