Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Kirill Smelkov
  • linux
  • Repository
  • linux
  • rust
  • kernel
  • types.rs
Find file BlameHistoryPermalink
  • Boqun Feng's avatar
    rust: types: Make Opaque::get const · be2ca1e0
    Boqun Feng authored Apr 01, 2024
    
    
    To support a potential usage:
    
        static foo: Opaque<Foo> = ..; // Or defined in an extern block.
    
        ...
    
        fn bar() {
            let ptr = foo.get();
        }
    
    `Opaque::get` need to be `const`, otherwise compiler will complain
    because calls on statics are limited to const functions.
    
    Also `Opaque::get` should be naturally `const` since it's a composition
    of two `const` functions: `UnsafeCell::get` and `ptr::cast`.
    
    Signed-off-by: default avatarBoqun Feng <boqun.feng@gmail.com>
    Reviewed-by: default avatarAlice Ryhl <aliceryhl@google.com>
    Reviewed-by: default avatarWedson Almeida Filho <walmeida@microsoft.com>
    Reviewed-by: default avatarBenno Lossin <benno.lossin@proton.me>
    Link: https://lore.kernel.org/r/20240401214543.1242286-1-boqun.feng@gmail.com
    
    
    Signed-off-by: default avatarMiguel Ojeda <ojeda@kernel.org>
    be2ca1e0
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7