Skip to content

Switch defaults from generating unstable Rust to generating stable Rust #757

@fitzgen

Description

@fitzgen

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions