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
I've discovered an odd issue where I get an error stating my main.rs doesn't match what the app was built with even though it does. (Actually it specifically states main.rs doesn't match what main.rs was built with, which is kinda weird.)
After dismissing the dialog, debugging works as expected. The issue doesn't happen with Hello World but it does happen with the short snippet included below.
Hello!
I've discovered an odd issue where I get an error stating my
main.rs
doesn't match what the app was built with even though it does. (Actually it specifically statesmain.rs
doesn't match whatmain.rs
was built with, which is kinda weird.)After dismissing the dialog, debugging works as expected. The issue doesn't happen with Hello World but it does happen with the short snippet included below.
To reproduce:
main.rs
as follows:I can reproduce this with Visual Studio 2022 (17.5.2 -- latest stable) and Rust/Cargo 1.68.0.
The text was updated successfully, but these errors were encountered: