John Smith
john@example.com
Previously these functions could not be used with `#[stdlib]` proc-macro: ```rust fn someFn(data: &'a str) {} fn someFn<'a>(data: Foo<'a>) {} ``` But now they can.