Change <|> to $0 - Rebase

This commit is contained in:
Kevaundray Wedderburn 2021-01-06 20:15:48 +00:00
parent 171c3c08fe
commit 72b9a4fbd3
110 changed files with 1745 additions and 1765 deletions

View file

@ -115,7 +115,7 @@ mod tests {
enum Option<T> { Some(T), None }
use Option::*;
fn main() -> Option<i32> {
Som<|>
Som$0
}
"#,
r#"