const internal/types/errors.UnsupportedFeature

5 uses

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

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