The current default is definitely the wrong choice.
This involves
-
changing the Builder::no_unstable_rust method to the Builder::unstable_rust method
-
changing the --no-unstable-rust flag to a --unstable-rust flag in src/options.rs
-
I don't think this will require updating test results since we run all the tests with --no-unstable-rust, however it may require removing that flag from the test harness. I sugget git greping for "unstable" to see places in the code base that may require updating.