Skip to content

v1.0.111

Compare
Choose a tag to compare
@dtolnay dtolnay released this 30 May 01:56
· 937 commits to master since this release
v1.0.111
9f331cc
  • Process borrowed lifetimes inside of interpolated macro_rules metavariables, such as in the case of #[derive(Deserialize)] struct S<'a> { field: $field } (#1821)