summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/find_self_call.rs
AgeCommit message (Expand)AuthorLines
2021-04-19fix few typosklensy-1/+1
2021-03-12Prepare mir::Constant for ty::Const only supporting valtreesOli Scherer-2/+2
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-6/+7
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+35