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
Scheduled meetings
Action item review
Pending lang team project proposals
"MCP: Allowing the compiler to eagerly drop values" lang-team#86
Link: https://github.com/rust-lang/lang-team/issues/86
PRs on the lang-team repo
Draft design notes
"Initial draft of copy ergonomics design note" lang-team#62
Link: https://github.com/rust-lang/lang-team/pull/62
"Autoref/autoderef for operators" lang-team#63
Link: https://github.com/rust-lang/lang-team/pull/63
"Auto trait design note" lang-team#69
Link: https://github.com/rust-lang/lang-team/pull/69
"Add design notes for function-type
Default
implementation discussion" lang-team#71Link: https://github.com/rust-lang/lang-team/pull/71
"Add draft of variadic notes" lang-team#76
Link: https://github.com/rust-lang/lang-team/pull/76
Proposed FCPs
Check your boxes!
"RFC: Add
target
configuration" rfcs#2991Link: https://github.com/rust-lang/rfcs/pull/2991
Active FCPs
"rustc: Allow safe #[target_feature] on wasm" rust#84988
Link: https://github.com/rust-lang/rust/pull/84988
P-critical issues
"ICE when reifying function pointers to copy / copy_nonoverlapping using an if" rust#84297
Link: https://github.com/rust-lang/rust/issues/84297
Example:
copy
) make sense to invoke by pointer and some don't (e.g.,likely
).likely
by pointer, but then it doesn't hurt, right?Nominated RFCs, PRs and issues
"RFC: Overconstraining and omitting
unsafe
in impls ofunsafe
trait methods" rfcs#2316Link: https://github.com/rust-lang/rfcs/pull/2316
try
/?
andasync
/await
it seems quite reasonable to haveunsafe
/trusted
or similar for introduce and discharge. (Thoughunsafe
isn't "carried" so it's not a perfect parallel.)"Calling methods on generic parameters of const fns" rfcs#2632
Link: https://github.com/rust-lang/rfcs/pull/2632
"Tracking issue for RFC 2523,
#[cfg(version(..))]
" rust#64796Link: https://github.com/rust-lang/rust/issues/64796
"Stabilize "RangeFrom" patterns" rust#83918
Link: https://github.com/rust-lang/rust/pull/83918
"Uplift the invalid_atomic_ordering lint from clippy to rustc" rust#84039
Link: https://github.com/rust-lang/rust/pull/84039
"Deny float matches" rust#84045
Link: https://github.com/rust-lang/rust/pull/84045
"ICE when reifying function pointers to copy / copy_nonoverlapping using an if" rust#84297
Link: https://github.com/rust-lang/rust/issues/84297
"Add
expr202x
macro pattern" rust#84364Link: https://github.com/rust-lang/rust/pull/84364
"Allow struct and enum to contain inner attrs" rust#84414
Link: https://github.com/rust-lang/rust/pull/84414
"stabilize member constraints" rust#84701
Link: https://github.com/rust-lang/rust/pull/84701
"implement
Default
for all arrays" rust#84838Link: https://github.com/rust-lang/rust/pull/84838
"add back support for inner attributes on non-block expressions?" rust#84879
Link: https://github.com/rust-lang/rust/issues/84879
"rustc: Allow safe #[target_feature] on wasm" rust#84988
Link: https://github.com/rust-lang/rust/pull/84988
"Re-add support for parsing (and pretty-printing) inner-attributes in match body" rust#85193
Link: https://github.com/rust-lang/rust/pull/85193
"Stabilize RFC 2345: Allow panicking in constants" rust#85194
Link: https://github.com/rust-lang/rust/issues/85194
"Ignore derived Clone and Debug implementations during dead code analysis" rust#85200
Link: https://github.com/rust-lang/rust/pull/85200
"Check for union field accesses in THIR unsafeck" rust#85263
Link: https://github.com/rust-lang/rust/pull/85263