Closed
Bug 1877470
Opened 2 years ago
Closed 2 years ago
Can't find gecko-profiler gecko/bindings.rs with searchfox
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1847632
People
(Reporter: mstange, Unassigned)
Details
https://searchfox.org/mozilla-central/search?q=gecko%2Fbindings.rs&path=&case=false®exp=false
There is a generated Rust file being included here:
pub mod structs {
include!(concat!(env!("OUT_DIR"), "/gecko/bindings.rs"));
}
But I can't find its contents in searchfox.
Comment 1•2 years ago
|
||
This seems to be the same as bug 1847632 where we have the objdir file but it's not getting propagated, potentially because rust-analyzer isn't telling us about the file.
You need to log in
before you can comment on or make changes to this bug.
Description
•