File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: c964cb229bd342bdeb0b4506c3a6d32b03e575f6
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 67b97ab6d2b7de9b69fd97dc171fcf8feec932ff
5
- refs/heads/try: f3f038c8566560e7367e0615d17ba104b71f6d8a
5
+ refs/heads/try: ca60b743d7755f486158318212d33f0cc99a81ed
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -235,10 +235,18 @@ mod tests {
235
235
use ops:: { BitOr , BitAnd , Sub , Not } ;
236
236
237
237
bitflags ! (
238
+ #[ doc = "> The first principle is that you must not fool yourself — and" ]
239
+ #[ doc = "> you are the easiest person to fool." ]
240
+ #[ doc = "> " ]
241
+ #[ doc = "> - Richard Feynman" ]
238
242
flags Flags : u32 {
239
243
static FlagA = 0x00000001 ,
244
+ #[ doc = "<pcwalton> macros are way better at generating code than trans is" ]
240
245
static FlagB = 0x00000010 ,
241
246
static FlagC = 0x00000100 ,
247
+ #[ doc = "* cmr bed" ]
248
+ #[ doc = "* strcat table" ]
249
+ #[ doc = "<strcat> wait what?" ]
242
250
static FlagABC = FlagA . bits
243
251
| FlagB . bits
244
252
| FlagC . bits,
You can’t perform that action at this time.
0 commit comments