coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.58k stars 1.32k forks source link

pubkey! macro not found in anchor solana_program #1767

Open nabeel99 opened 2 years ago

nabeel99 commented 2 years ago
use anchor_lang::solana_program::pubkey;
  let u = pubkey!("Et2tm6NsfBZJbEYXtWTv9k51V4tWtQvufexSgXoDRGVA");

fails with the error , error[E0433]: failed to resolve: could not findsolana_programin the list of imported crates . but compiles just fine if i separately import solana_program 1.8.14

paul-schaaf commented 2 years ago

https://github.com/solana-labs/solana/issues/24303