diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-31 02:26:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-31 02:26:51 +0100 |
| commit | 3f74ff723533bdde3bff3be68a3b74bd858dc88e (patch) | |
| tree | 676a45bad82977b0accfe797bf1d90dbe845959a /examples | |
| parent | 9cead47212b017a296595fb76507bead00d860a9 (diff) | |
| parent | ad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff) | |
Merge pull request #2123 from bugadani/feature
Re-add impl_trait_projections
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/std/src/bin/net_ppp.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/std/src/bin/net_ppp.rs b/examples/std/src/bin/net_ppp.rs index 9ea07b29a..6ac31f2f3 100644 --- a/examples/std/src/bin/net_ppp.rs +++ b/examples/std/src/bin/net_ppp.rs | |||
| @@ -8,7 +8,8 @@ | |||
| 8 | //! nc 192.168.7.10 1234 | 8 | //! nc 192.168.7.10 1234 |
| 9 | 9 | ||
| 10 | #![feature(type_alias_impl_trait)] | 10 | #![feature(type_alias_impl_trait)] |
| 11 | #![feature(async_fn_in_trait)] | 11 | #![feature(async_fn_in_trait, impl_trait_projections)] |
| 12 | #![allow(stable_features, unknown_lints, async_fn_in_trait)] | ||
| 12 | 13 | ||
| 13 | #[path = "../serial_port.rs"] | 14 | #[path = "../serial_port.rs"] |
| 14 | mod serial_port; | 15 | mod serial_port; |
