Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b0cb2b0

Browse files
Aaron1011mvines
authored andcommitted
Replace FIXME with an issue link
1 parent 05445c7 commit b0cb2b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sdk/src/entrypoint_native.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ macro_rules! declare_name {
5858
// `declare_name(foo)`
5959
//
6060
// See the `respan!` macro for more details.
61-
// FIXME: Use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
62-
// is merged.
61+
// This should use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
62+
// is merged: see https://github.com/solana-labs/solana/issues/10933.
63+
// For now, we need to use `::solana_sdk`
64+
//
6365
// `respan!` respans the path `$crate::id`, which we then call (hence the extra
6466
// parens)
6567
(

0 commit comments

Comments
 (0)