| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
messages
|
|
|
|
|
|
|
|
the error that actually gets shown a bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The error message is sub-par, but fixing that requries moving ScalarMaybeUndef
to librustc which would conflict badly with another PR that is in flight.
|
|
|
|
|
|
|
|
This does not actually regress anything. It would regress NonNull, but we
didn't handle that correctly previously either.
|
|
|
|
|
|
During the sanity check, we keep track of the path we are below in a `Vec`. We
avoid cloning that `Vec` unless we hit a pointer indirection. The `String`
representation is only computed when validation actually fails.
|