rust/compiler/rustc_span
Matthias Krüger b16ed694f7
Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-errors
Allow binary files to go through the `FileLoader`

I'd like for `include_bytes!` to go through the `FileLoader` in an out-of-tree `rustc_driver` wrapper, and I can't find a reason it's not already done. It seems like most folks providing a custom `FileLoader` would want this too, so I added it.

I can solve my problem in other ways if there's a strong reason not to do it, but it seems simple and harmless.
2023-03-12 08:13:26 +01:00
..
src Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-errors 2023-03-12 08:13:26 +01:00
Cargo.toml Remove duplicate sha-1 dependency 2023-01-10 21:02:06 -08:00