1. 15 8月, 2021 1 次提交
    • B
      Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu · e55c13e1
      bors 提交于
      Lint against named asm labels
      
      This adds a deny-by-default lint to prevent the use of named labels in inline `asm!`.  Without a solution to #81088 about whether the compiler should rewrite named labels or a special syntax for labels, a lint against them should prevent users from writing assembly that could break for internal compiler reasons, such as inlining or anything else that could change the number of actual inline assembly blocks emitted.
      
      This does **not** resolve the issue with rewriting labels, that still needs a decision if the compiler should do any more work to try to make them work.
      e55c13e1
  2. 14 8月, 2021 10 次提交
  3. 13 8月, 2021 29 次提交