Skip to content

Commit

Permalink
Auto merge of #1427 - emilio:const-static, r=emilio
Browse files Browse the repository at this point in the history
codegen: Teach bindgen to respect constness of statics.

```c
const extern struct Foo gFoo;
```

Should never generate a `static mut`.
  • Loading branch information
bors-servo committed Oct 22, 2018
2 parents a242c51 + 710cbc0 commit 16839fa
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 16839fa

Please sign in to comment.