so Rust is thinking you're using: ```rust >::draw(view, display) ``` Which is wrong, because `display` is `Display` and not `SimDisplay`.