Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic in dependency (Salsa) due to no value set for FileContentQuery(SourceFileId(4294967295)) #968

Open
bshastry opened this issue Dec 1, 2023 · 0 comments
Labels
v2-resolve This issue will be resolved in fe-v2 implementation

Comments

@bshastry
Copy link

bshastry commented Dec 1, 2023

struct OutOfReachMarker {}
pub struct Context { }

panics at

no value set for FileContentQuery(SourceFileId(4294967295)) in the Salsa crate source file salsa-0.16.1/src/input.rs:104:32

https://github.com/salsa-rs/salsa/blob/e3313ff99547aef47ab4c7abebfb672c3ce58e8d/src/input.rs#L104

Repro

fe build test.fe
@Y-Nak Y-Nak added the v2-resolve This issue will be resolved in fe-v2 implementation label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2-resolve This issue will be resolved in fe-v2 implementation
Projects
None yet
Development

No branches or pull requests

2 participants