0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

What to do? What, todo?

Last updated at Posted at 2023-08-02

最近の本で Rust を勉強中。

で、本で作るプロジェクトは良くあるような "To Do" アプリ。コードで ToDo という構造体や、todo_ で始まる関数などか定義されている。

そんな中に、todo!() と言った分が出てきたりする。

実はこれ、このアプリとは全く別で、Rust の std ライブラリが定義するマクロの名称。

これはさすがに紛らわしいわ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?