or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
T-lang meeting agenda
Attendance
Meeting roles
Niko: Josh, How do you feel about running the meeting.
josh: Good! How do you about taking notes?
Niko: I love taking notes!
Scheduled meetings
Announcements or custom items
(Meeting attendees, feel free to add items here!)
[T; {size expression}]
?<{X*2+3}>
but in the array context of[T; {X*2+3}]
the{}
was against.(a*b)/c
, where many people consider them helpful.()
critical, but I can see that there's going to be some confusion about where you need{}
. It might be nice if we just accept them everywhere.Array<>
.Action item review
Pending lang team project proposals
"negative impls integrated into coherence" lang-team#96
Link: https://github.com/rust-lang/lang-team/issues/96
"Deprecate target_vendor " lang-team#102
Link: https://github.com/rust-lang/lang-team/issues/102
"Async fundamentals initiative" lang-team#116
Link: https://github.com/rust-lang/lang-team/issues/116
"Attribute for trusted external static declarations" lang-team#118
Link: https://github.com/rust-lang/lang-team/issues/118
"Prototype Sync & Async Iterator Items (Minimal generators)" lang-team#121
Link: https://github.com/rust-lang/lang-team/issues/121
"Support platforms with size_t != uintptr_t" lang-team#125
Link: https://github.com/rust-lang/lang-team/issues/125
"Positional Associated Types" lang-team#126
Link: https://github.com/rust-lang/lang-team/issues/126
Iterator<Foo>
instead ofIterator<Item = Foo>
Foo
orimpl Iterator<Item = Foo>
. This might make the difference that makes it feel brief enough.PRs on the lang-team repo
None.
RFCs waiting to be merged
"Static async fn in traits" rfcs#3185
Link: https://github.com/rust-lang/rfcs/pull/3185
Proposed FCPs
Check your boxes!
"Change location of where clause on GATs" rust#90076
Link: https://github.com/rust-lang/rust/pull/90076
Active FCPs
"Tracking Issue for inline assembly (
asm!
)" rust#72016Link: https://github.com/rust-lang/rust/issues/72016
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →"Tracking Issue for const-initialized thread locals" rust#84223
Link: https://github.com/rust-lang/rust/issues/84223
const
Drop
."negative impls integrated into coherence" lang-team#96
Link: https://github.com/rust-lang/lang-team/issues/96
"Positional Associated Types" lang-team#126
Link: https://github.com/rust-lang/lang-team/issues/126
yield
.P-critical issues
None.
Nominated RFCs, PRs and issues
"Tracking issue for allowing overlapping implementations for marker trait" rust#29864
Link: https://github.com/rust-lang/rust/issues/29864
#[marker]
? What do we need to stabilize it? I don't anyone ever answered from Aug 2020."Deprecate crate_type and crate_name nested inside #![cfg_attr]" rust#83744
Link: https://github.com/rust-lang/rust/pull/83744
"Make specifying repr optional for fieldless enums" rust#88203
Link: https://github.com/rust-lang/rust/pull/88203
"Disallow non-c-like but "fieldless" ADTs from being casted to integer if they use arbitrary enum discriminant" rust#89234
Link: https://github.com/rust-lang/rust/pull/89234
as
is an error)struct Foo;
vsstruct Foo()
and so forth.This compiles today: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=39ed3d3080297dbb59f2f9ee6a652673
{}
. This feels like an orthogonal question though."Relax priv-in-pub lint on generic bounds and where clauses of trait impls." rust#90586
Link: https://github.com/rust-lang/rust/pull/90586