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)

defect

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&regexp=false

There is a generated Rust file being included here:

https://searchfox.org/mozilla-central/rev/2a867dd1ab015c3ef24b774a57709fb3b3dc4961/tools/profiler/rust-api/src/gecko_bindings/mod.rs#14-16

pub mod structs {
    include!(concat!(env!("OUT_DIR"), "/gecko/bindings.rs"));
}

But I can't find its contents in searchfox.

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.

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1847632
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.