File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 3131
3232## Rust 2018
3333
34+ <!--
35+ - [Rust 2018](rust-2018/index.md)
36+ - [Path and module system changes](rust-2018/path-changes.md)
37+ - [Anonymous trait function parameters deprecated](rust-2018/trait-fn-parameters.md)
38+ - [New keywords](rust-2018/new-keywords.md)
39+ - [Method dispatch for raw pointers to inference variables](rust-2018/tyvar-behind-raw-pointer.md)
40+ - [Cargo changes](rust-2018/cargo.md)
41+ -->
42+
3443- [ Rust 2018] ( rust-2018/index.md )
3544 - [ パスとモジュールシステムへの変更] ( rust-2018/path-changes.md )
3645 - [ トレイト関数の匿名パラメータの非推奨化] ( rust-2018/trait-fn-parameters.md )
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ macro_rules! my_macro {
131131 ($ x : pat | $ y : pat ) => {
132132 // TODO: implementation
133133 // TODO: 実装
134- }
134+ }
135135}
136136
137137// This macro works in Rust 2018 since `$x:pat` does not match against `|`:
You can’t perform that action at this time.
0 commit comments