Skip to content

regression: new resolution failures in 1.74 #117056

Closed
@Mark-Simulacrum

Description

@Mark-Simulacrum

I'm grouping these together but we should make sure all of them are fixed / tested before closing this:

cc #117053 which is a similar-looking problem, maybe duplicate of this

[INFO] [stdout] error[E0425]: cannot find function `create_lookup_table` in module `instruction`
[INFO] [stdout]   --> programs/swap/src/action/create_address_lookup_table.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 |             instruction::create_lookup_table(
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^ not found in `instruction`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout] 1  + use solana_address_lookup_table_program::instruction::create_lookup_table;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `create_lookup_table`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 51 -             instruction::create_lookup_table(
[INFO] [stdout] 51 +             create_lookup_table(

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-highHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions