While ModuleDecl::lookupConformance() did the right thing here, we have another entry point, TypeChecker::containsProtocol(), that also needs to special-case Error. Fixes https://bugs.swift.org/browse/SR-13734 / rdar://problem/70338670.