Searched refs:FromRawReprs (Results 1 – 1 of 1) sorted by relevance
419 FromRawReprs(FromRawReprsError<UnsupportedReprError>), enumerator425 FromAttrsError::FromRawReprs(err) in from()439 FromAttrsError::FromRawReprs(FromRawReprsError::Single( in from()442 FromAttrsError::FromRawReprs(FromRawReprsError::Conflict) => { in from()475 FromAttrsError::FromRawReprs(FromRawReprsError::Conflict), in from_attrs_inner()802 … test!(@error #[repr(transparent, transparent)] => $repr => FromRawReprs(Conflict).into()); in test()803 test!(@error #[repr(transparent, C)] => $repr => FromRawReprs(Conflict).into()); in test()804 … test!(@error #[repr(transparent, Rust)] => $repr => FromRawReprs(Conflict).into()); in test()806 test!(@error #[repr(C, transparent)] => $repr => FromRawReprs(Conflict).into()); in test()807 test!(@error #[repr(C, C)] => $repr => FromRawReprs(Conflict).into()); in test()[all …]