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
Announcements or custom items
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
"Heap allocations in constants" lang-team#129
Link: https://github.com/rust-lang/lang-team/issues/129
PRs on the lang-team repo
None.
RFCs waiting to be merged
None.
Proposed FCPs
Check your boxes!
"Tracking issue for RFC 2115: In-band lifetime bindings" rust#44524
Link: https://github.com/rust-lang/rust/issues/44524
"Change location of where clause on GATs" rust#90076
Link: https://github.com/rust-lang/rust/pull/90076
Active FCPs
"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
"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
P-critical issues
None.
Discussed RFCs, PRs, and issues
"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
In FCP, doesn't need to be nominated. Nomination removed.
"Make specifying repr optional for fieldless enums" rust#88203
Link: https://github.com/rust-lang/rust/pull/88203
"Allow using $:literal containing integer to index into a tuple" rust#91166
Link: https://github.com/rust-lang/rust/pull/91166
0.0
?x.(0)
is another edge case that petrochenkov raisedx.0.0
works is that0.0
is a bunch of small bits that are built up into af32
pnkfelix
$(tt).+
: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c3331fa3b172f545d3b54e043078f80c$a = a + b
having weird behavior here..0.0
example should work0
is kind of viewable more as an "identifier" than a float to me. I feel like accepting0
as a token allows you to do whatever you want, but accepting it as a literal you have to use it as a literal.0.0e0
to worktuplename."string literal"
tt
- 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 →"remove pref_align_of intrinsic" rust#90877
Link: https://github.com/rust-lang/rust/pull/90877
"Unreachable code is not borrow-checked" rust#91377
Link: https://github.com/rust-lang/rust/issues/91377
"Mark defaulted
PartialEq
/PartialOrd
methods as const" rust#91439Link: https://github.com/rust-lang/rust/pull/91439
#[default_method_body_is_const]
attributeeq
method is const…- 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 →- 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 →"New declarative macros, functions and fields not being recognized" rust#91249
Link: https://github.com/rust-lang/rust/issues/91249
Nominated RFCs, PRs and issues