Add Mutability::{is_mut,is_not}
This commit is contained in:
@@ -621,7 +621,7 @@ impl<'tcx> Printer<'tcx> for &mut SymbolMangler<'tcx> {
|
||||
});
|
||||
|
||||
match inner_ty.kind() {
|
||||
ty::Str if *mutbl == hir::Mutability::Not => {
|
||||
ty::Str if mutbl.is_not() => {
|
||||
match ct.kind() {
|
||||
ty::ConstKind::Value(valtree) => {
|
||||
let slice =
|
||||
|
||||
Reference in New Issue
Block a user