mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Update crates/hir_def/src/nameres/tests/incremental.rs
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
committed by
Jonas Schievink
parent
548e5a5c29
commit
c4f9cb9b53
@@ -107,7 +107,7 @@ fn f() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn typing_inside_a_function_doe_should_not_invalidate_expansions() {
|
||||
fn typing_inside_a_function_should_not_invalidate_expansions() {
|
||||
let (mut db, pos) = TestDB::with_position(
|
||||
r#"
|
||||
//- /lib.rs
|
||||
|
||||
Reference in New Issue
Block a user