Skip to content

Commit

Permalink
Remove obsolete FIXME comments regarding function definition stable p…
Browse files Browse the repository at this point in the history
…ointers

commit-id:c00cbbc0
  • Loading branch information
mkaput committed Feb 5, 2025
1 parent 0a9eab3 commit 754ef51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/find_references/fns.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::find_references::find_references;
use crate::support::insta::test_transform;

// FIXME(#129): definition stable ptr for functions is wrong and causes declaration slipping here.
#[test]
fn fn_via_definition() {
test_transform!(find_references, r#"
Expand All @@ -17,7 +16,6 @@ fn fn_via_definition() {
")
}

// FIXME(#129): definition stable ptr for functions is wrong and causes declaration slipping here.
#[test]
fn fn_via_call() {
test_transform!(find_references, r#"
Expand Down

0 comments on commit 754ef51

Please sign in to comment.