Felipe de A. Mello Pereira

Results 3 issues of Felipe de A. Mello Pereira

I recently ran into an issue caused by the libtest output in logfile not respecting the --format flag. I've seen that a bug has been filed (#57147) but no PR...

T-libs-api
S-waiting-on-author

I tried this code: ```rust #[repr(C)] #[derive(Debug, PartialEq)] enum ResultEnumFromC { Success = 0, FailureOfTypeOne = 1, FailureOfTypeTwo = 2, } pub enum ErrEnumInRust { FailureOfTypeOne = 0, FailureOfTypeTwo =...

A-lint
A-ffi
T-compiler
C-bug
L-dead_code

Currently the compilation outputs of a `rust_library` are put in that specific directory. For example, one of the compilation outputs of `my/package:my_library` will be the `my_library` file in `my/package`. However,...