Jeremy Fitzhardinge
Jeremy Fitzhardinge
My first instinct was to try: ``` #[cxx_name = "SimpleClass::simpleMethod"] fn simplething(); ``` but this fails with ``` 1 │ #[cxx_name = "SimpleClass::simpleMethod"] │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unexpected token ``` Is there...
@cbeuw > If rustc were to have both --remap-debuginfo-prefix and --remap-macro-prefix, trim-paths would be able to provide three-levels of behaviour > - off: No remapping > - macro expansions only:...
One other comment: I think I'd like this to be more explicitly split into "changes to rustc" and "cargo user-facing changes + how they're build on the rustc changes". These...
`Io::split()` (rd, wr) is also inconsistent with `Framed::split()` (wr/sink, rd/stream).
OK. I'll dig into it when I get a chance.
Hi! We haven't been using it. It looks like there's a bug because it passes `--file-lines []` if its trying to do a full-file reformat, which ends up being a...
Possibly related to #5583?
Hm, yeah, it looks like my scheme isn't working for `rust-crypto` (main library `crypto`). So I think my only recourse for the moment is to take the first word of...
I guess I can map the resolved dep's pkgid -> manifest -> name, and match that against dependency -> name.