Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#[test] 2fn test_derive_render() { 3 use gpui_macros::Render; 4 5 #[derive(Render)] 6 struct _Element; 7}