mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:00:11 +01:00
Fix typos in eval_inst.h (#6775)
This commit is contained in:
@@ -124,7 +124,7 @@ constexpr auto ConstantKindHasEvalConstantInst(SemIR::InstConstantKind kind)
|
||||
template <typename InstT, bool HasFn, bool HasInstId>
|
||||
struct FunctionTypeForEvalConstantInstImpl {
|
||||
// By default, we want no `EvalConstantInst` function at all. But we can't
|
||||
// express that, so use the type `auto () -> voic` as a placaeholder.
|
||||
// express that, so use the type `auto () -> void` as a placeholder.
|
||||
using Type = auto() -> void;
|
||||
};
|
||||
template <typename InstT>
|
||||
|
||||
Reference in New Issue
Block a user