ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

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

Open bshastry opened 9 months ago

bshastry commented 9 months ago
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