Skip to content

Commit 75bc024

Browse files
bors[bot]matklad
andauthored
Merge #4257
4257: ast::EffectExpr r=matklad a=matklad closes #4230 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 2357283 + b73dbbf commit 75bc024

File tree

212 files changed

+10656
-10935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+10656
-10935
lines changed

crates/ra_assists/src/doc_tests/generated.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ trait Trait<T> {
180180
}
181181
182182
impl Trait<u32> for () {
183-
fn foo(&self) -> u32 { todo!() }
183+
fn foo(&self) -> u32 {
184+
todo!()
185+
}
184186
185187
}
186188
"#####,

0 commit comments

Comments
 (0)