remove FIXME(#27889) since the issue is already fixed

This commit is contained in:
Niv Kaminer 2018-03-17 18:24:11 +02:00
parent c8be5c3174
commit d5b55c1159

View File

@ -10,7 +10,6 @@
// Test that a field can have the same name in different variants // Test that a field can have the same name in different variants
// of an enum // of an enum
// FIXME #27889
pub enum Foo { pub enum Foo {
X { foo: u32 }, X { foo: u32 },