rustc's test pass shouldn't generate calls to os::args #3938
Labels
A-syntaxext
Area: Syntax extensions
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
For maintainability,
rustc::front::test
it should only be generating calls intostd::test
, so either there should be anos::args
reexport instd::test
or (my preference)test_main
should contain the call toos::args
and there should be a separate function for executing the console test running while providing the args.The text was updated successfully, but these errors were encountered: