Skip to content

Commit

Permalink
remove FIXME(#27889) since the issue is already fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Mar 17, 2018
1 parent c8be5c3 commit d5b55c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/run-pass/issue-27889.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// Test that a field can have the same name in different variants
// of an enum
// FIXME #27889

pub enum Foo {
X { foo: u32 },
Expand Down

0 comments on commit d5b55c1

Please sign in to comment.