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.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Regressed: root results
Categorized / triaged
Needs fixing
Known issues
#88347
rust_2021_prelude_collisions
expands macro expressions#88115 non_fmt_panics applied multiple times in macro_rules
#88113 Duplicate
dyn
diagnostic#88113 Invalid suggestion to change Trait::thing to
<dyn Trait>::thing
without generics#88114 Closure captures migration missing some cases
Some of these are requiring adding
move
to the closure.#88099 array_into_iter does not fire for lazy_static arrays
#88106 rust_2021_incompatible_or_patterns misses some patterns
#88429 non_fmt_panic in a const fn
#88431 Cannot infer lifetime with disjoint capture
#88440 disjoint capture suggestion breaks macro_rules macro
#88442 rust_2021_prelude_collisions suggestions cause compile error with generics
#88444 missing rust_2021_incompatible_closure_captures with async block boxed future thingy
#88470 rust_2021_prelude_collisions bad suggestion with lifetime generics
#88471 rust_2021_prelude_collisions invalid suggestion when trait is glob imported
88475 array_into_iter does not trigger for existing trait impl
88476 missing rust_2021_incompatible_closure_captures with manual drop and move closure
#88510 reserved prefixes break inline_python
Unactionable
Expected / won't fix
Proc-macro spans
dyn
span in proc macro:dyn
span in yew html! proc-macro:https://tiny.cc/oaaiuz/reg/vector-map-1.0.1/log.txt - closure capture inside proc-macro attribute expansion
try_from collision in proc-macro attribute exansion:
Unfixed macro_rules
dyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesBuild-script generated code
dyn
in generated code:...
in generated code:Misc
dyn
fix changes computed idents in a proc-macro (tests are sensitive to the exact syntax)syn
that doesn't supportdyn
syn
dyn
fix breaks macro_rules matcher patternsFailed due to new cargo resolver
Unreprodicuble
rustfix bugs
Unrelated suggestion failures
These are errors due to bad suggestions in non-edition lints or problems with the package's code.
https://tiny.cc/oaaiuz/reg/nphysics2d-0.24.0/log.txt - Two different issues. one about
;
in macros (??), and one aboutnon_fmt_panics
(filed https://github.com/rust-lang/rust/issues/88104).https://tiny.cc/oaaiuz/reg/nphysics3d-0.24.0/log.txt - Same as nphysics2d.
https://tiny.cc/oaaiuz/gh/pjohansson.grafen/log.txt - unused_braces false-positive https://github.com/rust-lang/rust/issues/88104
https://tiny.cc/oaaiuz/gh/Buzov.StudyOfRust/log.txt -
unused_variables
with unreachable code https://github.com/rust-lang/rust/issues/88402https://tiny.cc/oaaiuz/gh/Kylebrown9.Slang/log.txt -
unused_variables
for a nested struct pattern https://github.com/rust-lang/rust/issues/88403rustfix stomping on registry cache https://github.com/rust-lang/rust/issues/88514
cfg(test) mismatch
Normally these are because of unused imports being removed when they are in use inside a
#[test]
Fixed
#88266 PlaceBuilder ICE
#88331 ICE in disjoint closure
#88103 trait evaluation overflow error
cargo#9706 proc-macros that call out to cargo metadata break cargo fix
Other
panic format string
To do
build failed (unknown)
file:///tmp/fixit
!