rename codegen_fulfill_obligation

This commit is contained in:
lcnr
2022-09-09 13:36:27 +02:00
parent 14f2acd0ac
commit c63020a7c3
7 changed files with 10 additions and 15 deletions

View File

@@ -1024,7 +1024,7 @@ pub enum MethodViolationCode {
UndispatchableReceiver(Option<Span>),
}
/// These are the error cases for `codegen_fulfill_obligation`.
/// These are the error cases for `codegen_select_candidate`.
#[derive(Copy, Clone, Debug, Hash, HashStable, Encodable, Decodable)]
pub enum CodegenObligationError {
/// Ambiguity can happen when monomorphizing during trans