summaryrefslogtreecommitdiff
path: root/test/highlight/rust/todo/in
blob: 0038aacf50af35abf8965caff5ea29836c3c74cc (plain)
1
2
3
4
5
6
7
8
9
// TODO: some totally awesome comment
// NOTE: some note
// FIXME: fix some bug

/*
 * TODO: some totally awesome comment
 * NOTE: some note
 * FIXME: fix some bug
 */