review comments
This commit is contained in:
parent
5029a19313
commit
8119c4beee
4 changed files with 11 additions and 11 deletions
|
@ -241,7 +241,7 @@ pub struct ConstQualifs {
|
|||
pub has_mut_interior: bool,
|
||||
pub needs_drop: bool,
|
||||
pub custom_eq: bool,
|
||||
pub error_occured: bool,
|
||||
pub error_occured: Option<ErrorReported>,
|
||||
}
|
||||
|
||||
/// After we borrow check a closure, we are left with various
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue