From bbb9ac6c4359aed3b7e6a17a3364185923fbe828 Mon Sep 17 00:00:00 2001 From: Han Date: Sat, 29 Oct 2022 02:48:02 -0700 Subject: [PATCH] Update layout.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复一处命令错误 --- src/too-many-lists/bad-stack/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/too-many-lists/bad-stack/layout.md b/src/too-many-lists/bad-stack/layout.md index e5e8c2a5..11ab3be2 100644 --- a/src/too-many-lists/bad-stack/layout.md +++ b/src/too-many-lists/bad-stack/layout.md @@ -23,7 +23,7 @@ pub enum List { 喔,看上去人模狗样,来,运行下看看: ```shell -$ cargo run +$ cargo build error[E0072]: recursive type `List` has infinite size --> src/first.rs:1:1 |