@@ -180,7 +180,7 @@ memory operations used when dealing with self-referential types. The
180180kernel offers a helpful ` pin_init!() ` macro for initializing
181181self-referrential types, but the concrete type is not known by the user
182182and thus cannot be named - all the user needs to know about is that this
183- type implements the \ ` PinInit\ ` trait.
183+ type implements the ` PinInit ` trait.
184184
185185``` rust
186186
@@ -221,35 +221,35 @@ link](https://calendar.google.com/calendar/ical/7060a0923ffebd3cb52b1afef35a28ff
221221
222222## Completed Activities
223223
224- - nr2.0: Make sure \ ` PathInExpression\ ` is default resolved
224+ - nr2.0: Make sure ` PathInExpression ` is default resolved
225225[ PR3491] ( https://github.com/rust-gcc/gccrs/pull/3491 )
226226- nr2.0: Set the node id of the root node
227227[ PR3490] ( https://github.com/rust-gcc/gccrs/pull/3490 )
228- - Reduce usage of \ ` rust-session-manager.h\ `
228+ - Reduce usage of ` rust-session-manager.h `
229229[ PR3464] ( https://github.com/rust-gcc/gccrs/pull/3464 )
230- - expansion: Correctly expand \` \$ crate\ ` metavar
230+ - expansion: Correctly expand `` \$ crate` metavar
231231[ PR3457] ( https://github.com/rust-gcc/gccrs/pull/3457 )
232232- Adjust unknown macro error message
233233[ PR3455] ( https://github.com/rust-gcc/gccrs/pull/3455 )
234234- Adjust type path resolution error message
235235[ PR3453] ( https://github.com/rust-gcc/gccrs/pull/3453 )
236236- nr2.0: Handle lang item type path segments
237237[ PR3452] ( https://github.com/rust-gcc/gccrs/pull/3452 )
238- - nr2.0: Implement \ ` macro_use\ ` for modules
238+ - nr2.0: Implement ` macro_use ` for modules
239239[ PR3451] ( https://github.com/rust-gcc/gccrs/pull/3451 )
240240- Fix macro invocation in impl trait type bound
241241[ PR3450] ( https://github.com/rust-gcc/gccrs/pull/3450 )
242- - Add \ ` derive(Hash)\ ` expansion
242+ - Add `derive(Hash)` ` expansion
243243[ PR3449] ( https://github.com/rust-gcc/gccrs/pull/3449 )
244- - Remove some member functions from \ ` SingleASTNode\ `
244+ - Remove some member functions from ` SingleASTNode `
245245[ PR3447] ( https://github.com/rust-gcc/gccrs/pull/3447 )
246- - Remove \ ` PathInExpression::get_patternnodeid\ `
246+ - Remove ` PathInExpression::get_patternnodeid `
247247[ PR3446] ( https://github.com/rust-gcc/gccrs/pull/3446 )
248248- Fix expansion of macros inside modules
249249[ PR3445] ( https://github.com/rust-gcc/gccrs/pull/3445 )
250250- nr2.0: Fix issue with external crates
251251[ PR3443] ( https://github.com/rust-gcc/gccrs/pull/3443 )
252- - Add comments to \ ` resolve_segments\ `
252+ - Add comments to ` resolve_segments `
253253[ PR3442] ( https://github.com/rust-gcc/gccrs/pull/3442 )
254254- gccrs: initial setup for new OpaqueType to represent Impl types
255255[ PR3441] ( https://github.com/rust-gcc/gccrs/pull/3441 )
@@ -279,7 +279,7 @@ here [PR3431](https://github.com/rust-gcc/gccrs/pull/3431)
279279[ PR3421] ( https://github.com/rust-gcc/gccrs/pull/3421 )
280280- Add warning about default visitor usage
281281[ PR3419] ( https://github.com/rust-gcc/gccrs/pull/3419 )
282- - nr2.0: Run \ ` DefaultResolver::visit\ ` on \ ` PathInExpression\ `
282+ - nr2.0: Run ` DefaultResolver::visit ` on ` PathInExpression `
283283[ PR3418] ( https://github.com/rust-gcc/gccrs/pull/3418 )
284284- gccrs: Add test case to show issue is fixed
285285[ PR3417] ( https://github.com/rust-gcc/gccrs/pull/3417 )
@@ -302,7 +302,7 @@ item is not defined
302302[ PR3409] ( https://github.com/rust-gcc/gccrs/pull/3409 )
303303- nr2.0: Remove accidental copies of resolver
304304[ PR3408] ( https://github.com/rust-gcc/gccrs/pull/3408 )
305- - Add \ ` derive(Default)\ `
305+ - Add `derive(Default)` `
306306[ PR3399] ( https://github.com/rust-gcc/gccrs/pull/3399 )
307307- inline-asm: Fix some warnings
308308[ PR3393] ( https://github.com/rust-gcc/gccrs/pull/3393 )
@@ -314,7 +314,7 @@ item is not defined
314314[ PR3306] ( https://github.com/rust-gcc/gccrs/pull/3306 )
315315- Fix bug in type resolution of paths
316316[ PR3277] ( https://github.com/rust-gcc/gccrs/pull/3277 )
317- - Resolve instances of \ ` TypePath\ ` more accurately
317+ - Resolve instances of ` TypePath ` more accurately
318318[ PR3220] ( https://github.com/rust-gcc/gccrs/pull/3220 )
319319
320320### Contributors this month
@@ -416,7 +416,7 @@ item is not defined
416416
417417## Planned Activities
418418
419- - Finish \ ` derive(PartialOrd)\ ` implementation
419+ - Finish `derive(PartialOrd)` ` implementation
420420- Finish let-else implementation
421421- Start working on RfL related milestones
422422- Start working on specialization
0 commit comments