Skip to content

Commit

Permalink
Merge pull request #1225 from SRetip/rr
Browse files Browse the repository at this point in the history
READY : add test case
  • Loading branch information
Wandalen authored Mar 20, 2024
2 parents 7b2dafb + 8e611a2 commit 67c7755
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// xxx : need to fix
// #[ derive( Former ) ]
// struct Foo
// {
// #[ cfg( feature = "baz" ) ]
// bar : i32,
// }

// error => Unknown attribute #[cfg(feature = "baz")]

0 comments on commit 67c7755

Please sign in to comment.