mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 15:00:10 +01:00
When a function template takes a parameter of deduced type, and we deduce that type to a pointer type because we passed a Carbon pointer as the argument, don't complain that the deduced type is not nullable. We still know that it can't be null, because we deduced it from a non-nullable type.