forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#87369 - pnkfelix:beta-targetted-revert-81473-…
…warn-write-only-fields, r=Mark-Simulacrum Beta targetted revert 81473 warn write only fields beta backport of PR rust-lang#86212
- Loading branch information
Showing
4 changed files
with
1 addition
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
// run-pass | ||
// pretty-expanded FIXME #23616 | ||
#![allow(dead_code)] | ||
|
||
pub fn main() { | ||
struct A { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.