From 32eae5b3d0877b98f7c4b01cef86def94941c869 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 10 Jul 2026 07:53:29 +0200 Subject: [PATCH] Add git clone to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 699dd26..4b21324 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Some of this code requires a recent nightly Rust compiler. ```sh rustup update nightly +git clone https://github.com/rustfoundation/overloading-macros cd overloading-macros rustup override set nightly cargo build