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
This command attempts to guess which target you want to run, based on
the current buffer. If it is a bin target, it will run
`cargo run --bin <name> a:args`, an example target would be
`cargo run --example <name> a:args`, and if it is neither of these, or
the function can't be sure what it is, it falls back to just
`cargo run a:args`
0 commit comments