fix(motivation): Add status quo header

This commit is contained in:
Ed Page 2024-02-02 10:53:23 -06:00
parent 7c30483a80
commit 30049fe017
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ Note: `cargo install` is intentionally left out for now to decouple discussions
# Motivation
[motivation]: #motivation
## Status Quo
Let's step through a simple scenario where a user develops with the
latest Rust version but production uses an older version:
```console