mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Update crates/hir_def/src/nameres/tests/incremental.rs
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
548e5a5c29
commit
c4f9cb9b53
@ -107,7 +107,7 @@ fn typing_inside_a_macro_should_not_invalidate_def_map() {
|
||||
}
|
||||
|
||||
#[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
|
||||
|
Loading…
Reference in New Issue
Block a user