You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
CoenraadS
changed the title
Rust apostraphe character being parsed as string
Rust apostraphe character (named lifetime) being parsed as string
Mar 7, 2018
const ALL_CARDS: &'static [&'static char] = &["2"]
Another case:
fn foo<'a> (first: &'a str, second: &'a str) => () { }
The text was updated successfully, but these errors were encountered: