Skip to content

potentially missing items from rust_2018_edition feature gate #50443

Closed
@nikomatsakis

Description

@nikomatsakis

I noticed recently some feature gates that rust_2018_edition does not enable that I think it should:

  • #![feature(catch_expr)]
  • #![feature(crate_in_paths)]
  • #![feature(crate_visibility_modifier)]
  • #![feature(extern_absolute_paths)]
  • #![feature(proc_macro)]
  • #![feature(in_band_lifetimes)]
  • #![feature(termination_trait_test)]

cc @Manishearth

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions