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

Commit

Permalink
Replace FIXME with an issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 authored and mvines committed Jul 14, 2020
1 parent 05445c7 commit b0cb2b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdk/src/entrypoint_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ macro_rules! declare_name {
// `declare_name(foo)`
//
// See the `respan!` macro for more details.
// FIXME: Use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
// is merged.
// This should use `crate::respan!` once https://github.com/rust-lang/rust/pull/72121
// is merged: see https://github.com/solana-labs/solana/issues/10933.
// For now, we need to use `::solana_sdk`
//
// `respan!` respans the path `$crate::id`, which we then call (hence the extra
// parens)
(
Expand Down

0 comments on commit b0cb2b0

Please sign in to comment.