commit cd71fa0dcd30d511f48f703d8031727bc1953f7d parent 48d04ec7bec1079f5025b00dd8cd9873f539af35 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 20 Nov 2020 23:28:24 +0100 Note down stuff It's Friday night, I'm allowed to make non-descriptive commit titles. Diffstat:
| M | itches/emacs/language-support.org | | | 1 | + |
| A | reviews/papers.org | | | 4 | ++++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org @@ -34,6 +34,7 @@ foo_bar \ ${foo}bar \ indentisfoobar #+end_src +Reported by Dario Gjorgjevski in bug#44592. * Assembly diff --git a/reviews/papers.org b/reviews/papers.org @@ -0,0 +1,4 @@ +* [[https://arxiv.org/abs/2011.06171][The Usability of Ownership]] :rust: +I'm glad I learned "incompleteness" as a more concise way to express +"the borrow checker not being smart enough to accept code that does +not violate Rust's theoretical ownership rules".