Skip to content

regression: target_feature no longer permitted in some places #78143

Closed

Activity

added
T-langRelevant to the language team
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
on Oct 20, 2020
added
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Oct 20, 2020
Mark-Simulacrum

Mark-Simulacrum commented on Oct 20, 2020

@Mark-Simulacrum
MemberAuthor

I suspect we'll call this won't fix but I have nominated it for T-lang to get it on the agenda for next triage meeting.

added this to the 1.48.0 milestone on Oct 20, 2020
removed
I-prioritizeIssue: Indicates that prioritization has been requested for this issue.
on Oct 21, 2020
nikomatsakis

nikomatsakis commented on Oct 26, 2020

@nikomatsakis
Contributor

Summary:

  • unused #[target_feature] attributes appearing in surprising places because of rustc: fix check_attr() for methods, closures and foreign functions #71205, places that have no effect
  • another case where we have to think about our regression policy
  • seems clear that the "detect if attributes are used" part of the compiler winds up incorrectly thinking that things are used fairly regularly
  • given limited impact and the fact that it's clearly a bug, we're inclined to let this change go forward as a bug fix (we can revisit if/when we receive more complaints)
pnkfelix

pnkfelix commented on Nov 6, 2020

@pnkfelix
Member

assigning to mark to ensure that release notes include the note about this being a bug fix with limited impact.

4 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.T-langRelevant to the language teamregression-from-stable-to-betaPerformance or correctness regression from stable to beta.

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @nikomatsakis@pnkfelix@Mark-Simulacrum@apiraino@rustbot

      Issue actions

        regression: target_feature no longer permitted in some places · Issue #78143 · rust-lang/rust