const internal/types/errors.UnsupportedFeature

5 uses

	internal/types/errors (current package)
		code_string.go#L142: 	_ = x[UnsupportedFeature-135]
		codes.go#L1318: 	UnsupportedFeature

	go/types
		decl.go#L599: 					check.error(tdecl, UnsupportedFeature, "generic type alias requires GOEXPERIMENT=aliastypeparams")
		decl.go#L620: 				check.error(tdecl, UnsupportedFeature, "generic type alias requires GODEBUG=gotypesalias=1 or unset")
		errors.go#L255: 	err := check.newError(UnsupportedFeature)